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

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h308 #define PTE_ISMODIFIED(pte) ((*pte) & PTE_MODIFIED) macro
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap.c1340 if (PTE_ISMODIFIED(pte))
1675 if (PTE_ISMODIFIED(pte) && PTE_ISMANAGED(pte))
1715 if (PTE_ISMODIFIED(pte))
1800 if (PTE_ISMODIFIED(pte))
1919 if (PTE_ISMODIFIED(pte))
H A Dpmap_64.c412 if (PTE_ISMODIFIED(pte))
H A Dpmap_32.c460 if (PTE_ISMODIFIED(pte))

Completed in 112 milliseconds