Home
last modified time | relevance | path

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

/src/sys/powerpc/booke/
H A Dpmap.c1759 uint32_t pte_wbit; in mmu_booke_extract_and_hold() local
1766 pte_wbit = PTE_SW; in mmu_booke_extract_and_hold()
1768 pte_wbit = PTE_UW; in mmu_booke_extract_and_hold()
1770 if ((*pte & pte_wbit) != 0 || (prot & VM_PROT_WRITE) == 0) { in mmu_booke_extract_and_hold()