Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S100 ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
196 ori r9, r9, (MAS3_SX|MAS3_SW|MAS3_SR)
H A Dhead_85xx.S758 li r10, MAS3_SW | MAS3_UW
1082 ori r8,r6,(MAS3_SW|MAS3_SR|MAS3_SX)
1086 ori r8,r5,(MAS3_SW|MAS3_SR|MAS3_SX)
H A Dexceptions-64e.S1235 ori r5,r5,MAS3_SR | MAS3_SW | MAS3_SX
1303 li r3,MAS3_SR | MAS3_SW | MAS3_SX
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S196 li r11,MAS3_SW|MAS3_UW
482 li r10,MAS3_SW|MAS3_UW
719 ori r10,r10,MAS3_SR|MAS3_SW|MAS3_SX
H A De500_hugetlbpage.c160 mas7_3 &= ~(MAS3_SW|MAS3_UW); in book3e_hugetlb_preload()
H A De500.c120 TLBCAM[index].MAS3 |= (flags & _PAGE_WRITE) ? MAS3_SW : 0; in settlbcam()
/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.h120 #define E500_TLB_SUPER_PERM_MASK (MAS3_SX|MAS3_SR|MAS3_SW)
/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h87 #define MAS3_SW 0x00000004 macro