mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
o Relax locking assertions for pmap_enter_object() and add them also to architectures that currently don't have any o Introduce VM_OBJECT_LOCK_DOWNGRADE() which is basically a downgrade operation on the per-object rwlock o Use all the mechanisms above to make vm_map_pmap_enter() to work mostl of the times only with readlocks. Sponsored by: EMC / Isilon storage division Reviewed by: alc |
||
|---|---|---|
| .. | ||
| clock.c | ||
| copyinout.c | ||
| interrupt.c | ||
| locore.S | ||
| machdep.c | ||
| machdep_e500.c | ||
| machdep_ppc4xx.c | ||
| mp_cpudep.c | ||
| platform_bare.c | ||
| pmap.c | ||
| swtch.S | ||
| trap.c | ||
| trap_subr.S | ||
| vm_machdep.c | ||