Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/powerpc/include/
HDpte.h279 #define PTE_ISMODIFIED(pte) ((*pte) & PTE_MODIFIED) macro
/freebsd-11-stable/sys/powerpc/booke/
HDpmap.c888 if (PTE_ISMODIFIED(pte)) in pte_remove()
1750 if (PTE_ISMODIFIED(pte)) in mmu_booke_enter_locked()
2082 if (PTE_ISMODIFIED(pte) && PTE_ISMANAGED(pte)) in mmu_booke_protect()
2127 if (PTE_ISMODIFIED(pte)) in mmu_booke_remove_write()
2428 if (PTE_ISMODIFIED(pte)) in mmu_booke_is_modified()
2553 if (PTE_ISMODIFIED(pte)) in mmu_booke_ts_referenced()