Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/booke/
Dpmap.c2924 uint32_t pte_wbit; in mmu_booke_extract_and_hold() local
2934 pte_wbit = PTE_SW; in mmu_booke_extract_and_hold()
2936 pte_wbit = PTE_UW; in mmu_booke_extract_and_hold()
2938 if ((*pte & pte_wbit) || ((prot & VM_PROT_WRITE) == 0)) { in mmu_booke_extract_and_hold()