Searched refs:PTE_ISREFERENCED (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h309 #define PTE_ISREFERENCED(pte) ((*pte) & PTE_REFERENCED) macro
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_64.c416 if (PTE_ISREFERENCED(pte))
H A Dpmap_32.c463 if (PTE_ISREFERENCED(pte))
H A Dpmap.c1841 if (PTE_ISREFERENCED(pte))
1921 if (PTE_ISREFERENCED(pte)) {

Completed in 105 milliseconds