Searched refs:PTE_ISMODIFIED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h279 #define PTE_ISMODIFIED(pte) ((*pte) & PTE_MODIFIED) macro
/freebsd-11.0-release/sys/powerpc/booke/
H A Dpmap.c888 if (PTE_ISMODIFIED(pte))
1750 if (PTE_ISMODIFIED(pte))
2082 if (PTE_ISMODIFIED(pte) && PTE_ISMANAGED(pte))
2127 if (PTE_ISMODIFIED(pte))
2428 if (PTE_ISMODIFIED(pte))

Completed in 118 milliseconds