Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/nohash/
De500_hugetlbpage.c160 mas7_3 &= ~(MAS3_SW|MAS3_UW); in book3e_hugetlb_preload()
Dtlb_low_64e.S196 li r11,MAS3_SW|MAS3_UW
487 li r10,MAS3_SW|MAS3_UW
709 li r11,MAS3_SW|MAS3_UW
De500.c128 TLBCAM[index].MAS3 |= (flags & _PAGE_RW) ? MAS3_UW : 0; in settlbcam()
/linux-6.6.21/arch/powerpc/include/asm/nohash/
Dmmu-e500.h86 #define MAS3_UW 0x00000008 macro
/linux-6.6.21/arch/powerpc/kvm/
De500.h117 #define E500_TLB_USER_PERM_MASK (MAS3_UX|MAS3_UR|MAS3_UW)
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-6.6.21/arch/powerpc/kernel/
Dhead_85xx.S776 li r10, MAS3_SW | MAS3_UW
/linux-6.6.21/arch/powerpc/xmon/
Dxmon.c3959 mas7_mas3 & MAS3_UW ? 'w' : ' ', in dump_tlb_book3e()