Home
last modified time | relevance | path

Searched refs:extract_and_hold (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dmmuvar.h132 pmap_extract_and_hold_t extract_and_hold; member
/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c131 DEFINE_PMAP_IFUNC(vm_page_t, extract_and_hold, (pmap_t, vm_offset_t, vm_prot_t));
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c342 .extract_and_hold = moea_extract_and_hold,
H A Dmmu_oea64.c459 .extract_and_hold = moea64_extract_and_hold,
H A Dmmu_radix.c530 .extract_and_hold = mmu_radix_extract_and_hold,
/freebsd/sys/i386/i386/
H A Dpmap.c1717 __CONCAT(PMTYPE, extract_and_hold)(pmap_t pmap, vm_offset_t va, vm_prot_t prot) in __CONCAT() argument
6462 PMM(extract_and_hold)