Searched refs:pmap_release (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dpmap.h158 void pmap_release(pmap_t);
H A Dvm_map.c335 pmap_release(vmspace_pmap(vm));
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c320 pmap_release(pmap_t pmap) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c1272 pmap_release(pmap_t pm) function
1280 CTR2(KTR_PMAP, "pmap_release: ctx=%#x tsb=%p",
1283 ("pmap_release: resident pages %ld != 0",
1314 KASSERT(obj->ref_count == 1, ("pmap_release: tsbobj ref count != 1"));
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1358 pmap_release(pmap_t pmap) function
1363 ("pmap_release: pmap resident count %ld != 0",
/freebsd-11-stable/share/man/man9/
H A DMakefile241 pmap_release.9 \
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1221 pmap_release(pmap_t pmap) function
1227 ("pmap_release: pmap resident count %ld != 0",
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c2325 pmap_release(pmap_t pmap) function
2362 dprintf("pmap_release()\n");
H A Dpmap-v6.c2303 pmap_release(pmap_t pmap) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1687 pmap_release(pmap_t pmap) function
1692 ("pmap_release: pmap resident count %ld != 0",
1695 ("pmap_release: pmap has reserved page table page(s)"));
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c2050 pmap_release(pmap_t pmap) function
2056 ("pmap_release: pmap resident count %ld != 0",
2059 ("pmap_release: pmap has reserved page table page(s)"));
2080 ("pmap_release: got wrong ptd page"));
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3020 pmap_release(pmap_t pmap) function
3026 ("pmap_release: pmap resident count %ld != 0",
3029 ("pmap_release: pmap has reserved page table page(s)"));

Completed in 386 milliseconds