Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
D85xx_entry_mapping.S100 ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
196 ori r9, r9, (MAS3_SX|MAS3_SW|MAS3_SR)
Dhead_85xx.S775 li r10, MAS3_SW | MAS3_UW
1097 ori r8,r6,(MAS3_SW|MAS3_SR|MAS3_SX)
1101 ori r8,r5,(MAS3_SW|MAS3_SR|MAS3_SX)
Dmisc_64.S320 LOAD_REG_IMMEDIATE(r9, 0x0 | MAS3_SR | MAS3_SW | MAS3_SX)
Dexceptions-64e.S1230 ori r5,r5,MAS3_SR | MAS3_SW | MAS3_SX
1299 li r3,MAS3_SR | MAS3_SW | MAS3_SX
/Linux-v6.1/arch/powerpc/mm/nohash/
Dtlb_low_64e.S196 li r11,MAS3_SW|MAS3_UW
487 li r10,MAS3_SW|MAS3_UW
709 li r11,MAS3_SW|MAS3_UW
1145 ori r10,r10,MAS3_SR|MAS3_SW|MAS3_SX
De500_hugetlbpage.c157 mas7_3 &= ~(MAS3_SW|MAS3_UW); in book3e_hugetlb_preload()
De500.c120 TLBCAM[index].MAS3 |= (flags & _PAGE_RW) ? MAS3_SW : 0; in settlbcam()
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dmmu-e500.h87 #define MAS3_SW 0x00000004 macro
/Linux-v6.1/arch/powerpc/kvm/
De500.h118 #define E500_TLB_SUPER_PERM_MASK (MAS3_SX|MAS3_SR|MAS3_SW)
De500_mmu_host.c176 MAS3_SW | MAS3_SR | MAS3_UW | MAS3_UR; in kvmppc_map_magic()
242 return tlbe->mas7_3 & (MAS3_SW|MAS3_UW); in tlbe_is_writable()
/Linux-v6.1/arch/powerpc/xmon/
Dxmon.c3963 mas7_mas3 & MAS3_SW ? 'w' : ' ', in dump_tlb_book3e()