Searched refs:pmap_page_exists_quick (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/vm/
H A Dpmap.h149 bool pmap_page_exists_quick(pmap_t pmap, vm_page_t m);
H A Dvm_swapout.c186 if (vm_page_wired(m) || !pmap_page_exists_quick(pmap, m)) {
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c720 pmap_page_exists_quick(pmap_t pmap, vm_page_t m) function
/freebsd-current/share/man/man9/
H A DMakefile280 pmap_page_exists_quick.9 \
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c3799 pmap_page_exists_quick(pmap_t pmap, vm_page_t m) function
3808 ("pmap_page_exists_quick: page %p is not managed", m));
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c5799 pmap_page_exists_quick(pmap_t pmap, vm_page_t m) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c6596 pmap_page_exists_quick(pmap_t pmap, vm_page_t m) function
6605 ("pmap_page_exists_quick: page %p is not managed", m));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c8355 pmap_page_exists_quick(pmap_t pmap, vm_page_t m) function
8364 ("pmap_page_exists_quick: page %p is not managed", m));

Completed in 301 milliseconds