Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/booke/
H A De500_tlb.c112 u_int prot_shift; in hwtlb_to_tlb() local
121 prot_shift = PTE_RWX_SHIFT - 1; in hwtlb_to_tlb()
124 prot_shift = PTE_RWX_SHIFT; in hwtlb_to_tlb()
126 tlb.tlb_pte |= (prot_mask & hwtlb.hwtlb_mas3) << prot_shift; in hwtlb_to_tlb()