Home
last modified time | relevance | path

Searched refs:page_exists_quick (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dmmuvar.h143 pmap_page_exists_quick_t page_exists_quick; member
/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c141 DEFINE_PMAP_IFUNC(bool, page_exists_quick, (pmap_t, vm_page_t));
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c349 .page_exists_quick = moea_page_exists_quick,
H A Dmmu_oea64.c467 .page_exists_quick = moea64_page_exists_quick,
H A Dmmu_radix.c535 .page_exists_quick = mmu_radix_page_exists_quick,
/freebsd/sys/powerpc/booke/
H A Dpmap.c377 .page_exists_quick = mmu_booke_page_exists_quick,
/freebsd/sys/i386/i386/
H A Dpmap.c4729 __CONCAT(PMTYPE, page_exists_quick)(pmap_t pmap, vm_page_t m) in __CONCAT() argument
6449 PMM(page_exists_quick)