mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
pmap_protect() and pmap_remove(). In general, they require the lock in order to modify a page's pv list or flags. In some cases, however, pmap_protect() can avoid acquiring the lock. |
||
|---|---|---|
| .. | ||
| clock.c | ||
| copyinout.c | ||
| interrupt.c | ||
| locore.S | ||
| machdep.c | ||
| mmu_oea.c | ||
| nexus.c | ||
| ofw_machdep.c | ||
| ofwmagic.S | ||
| swtch.S | ||
| trap.c | ||
| trap_subr.S | ||
| uio_machdep.c | ||
| uma_machdep.c | ||
| vm_machdep.c | ||