mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
The VM_PAGE_OBJECT_BUSY_ASSERT() in pmap_enter() implementation should be only asserted when the code is executed as result of pmap_enter(), not when the same code is entered from e.g. pmap_enter_quick(). This is relevant for all PowerPC pmap variants, because mmu_*_enter() is used as the backend, and assert is located there. Add a PowerPC private pmap_enter() PMAP_ENTER_QUICK_LOCKED flag to indicate that the call is not from pmap_enter(). For non-quick-locked calls, assert that the object is locked. Reported and tested by: bdragon Reviewed by: alc, bdragon, markj Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D22041 |
||
|---|---|---|
| .. | ||
| _align.h | ||
| _bus.h | ||
| _inttypes.h | ||
| _limits.h | ||
| _stdint.h | ||
| _types.h | ||
| altivec.h | ||
| asm.h | ||
| atomic.h | ||
| bat.h | ||
| bus.h | ||
| bus_dma.h | ||
| clock.h | ||
| counter.h | ||
| cpu.h | ||
| cpufunc.h | ||
| db_machdep.h | ||
| dbdma.h | ||
| dump.h | ||
| efi.h | ||
| elf.h | ||
| endian.h | ||
| exec.h | ||
| float.h | ||
| floatingpoint.h | ||
| fpu.h | ||
| frame.h | ||
| gdb_machdep.h | ||
| hid.h | ||
| ieee.h | ||
| ieeefp.h | ||
| in_cksum.h | ||
| intr_machdep.h | ||
| kdb.h | ||
| limits.h | ||
| machdep.h | ||
| md_var.h | ||
| memdev.h | ||
| metadata.h | ||
| minidump.h | ||
| mmuvar.h | ||
| ofw_machdep.h | ||
| openpicreg.h | ||
| openpicvar.h | ||
| param.h | ||
| pcb.h | ||
| pcpu.h | ||
| pcpu_aux.h | ||
| pio.h | ||
| platform.h | ||
| platformvar.h | ||
| pmap.h | ||
| pmc_mdep.h | ||
| proc.h | ||
| procctl.h | ||
| profile.h | ||
| psl.h | ||
| pte.h | ||
| ptrace.h | ||
| reg.h | ||
| reloc.h | ||
| resource.h | ||
| rtas.h | ||
| runq.h | ||
| sc_machdep.h | ||
| setjmp.h | ||
| sigframe.h | ||
| signal.h | ||
| slb.h | ||
| smp.h | ||
| spr.h | ||
| sr.h | ||
| stack.h | ||
| stdarg.h | ||
| sysarch.h | ||
| tlb.h | ||
| trap.h | ||
| ucontext.h | ||
| vdso.h | ||
| vm.h | ||
| vmparam.h | ||