Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A De500_mmu_host.c54 mas3 &= ~(MAS3_UW|MAS3_SW); in e500_shadow_mas3_attrib()
179 MAS3_SW | MAS3_SR | MAS3_UW | MAS3_UR; in kvmppc_map_magic()
245 return tlbe->mas7_3 & (MAS3_SW|MAS3_UW); in tlbe_is_writable()
H A De500.h119 #define E500_TLB_USER_PERM_MASK (MAS3_UX|MAS3_UR|MAS3_UW)
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c160 mas7_3 &= ~(MAS3_SW|MAS3_UW); in book3e_hugetlb_preload()
H A Dtlb_low_64e.S196 li r11,MAS3_SW|MAS3_UW
482 li r10,MAS3_SW|MAS3_UW
H A De500.c128 TLBCAM[index].MAS3 |= (flags & _PAGE_WRITE) ? MAS3_UW : 0; in settlbcam()
/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h86 #define MAS3_UW 0x00000008 macro
/linux/arch/powerpc/kernel/
H A Dhead_85xx.S758 li r10, MAS3_SW | MAS3_UW