1b03e71ff6
On hash 32 bits, handling minor protection faults like unsetting
dirty flag is heavy if done from the normal page_fault processing,
because it implies hash table software lookup for flushing the entry
and then a DSI is taken anyway to add the entry back.
When KUAP was implemented, as explained in commit
|
||
---|---|---|
.. | ||
hash_low.S | ||
Makefile | ||
mmu_context.c | ||
mmu.c | ||
nohash_low.S | ||
tlb.c |