Home
last modified time | relevance | path

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

/openbmc/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
487 li r10,MAS3_SW|MAS3_UW
709 li r11,MAS3_SW|MAS3_UW
H A De500.c128 TLBCAM[index].MAS3 |= (flags & _PAGE_RW) ? MAS3_UW : 0; in settlbcam()
/openbmc/qemu/hw/ppc/
H A Dppce500_spin.c85 tlb->mas7_3 |= MAS3_UR | MAS3_UW | MAS3_UX | MAS3_SR | MAS3_SW | MAS3_SX; in mmubooke_create_initial_mapping()
H A De500.c766 tlb->mas7_3 |= MAS3_UR | MAS3_UW | MAS3_UX | MAS3_SR | MAS3_SW | MAS3_SX; in mmubooke_create_initial_mapping()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h86 #define MAS3_UW 0x00000008 macro
/openbmc/linux/arch/powerpc/kvm/
H A De500.h117 #define E500_TLB_USER_PERM_MASK (MAS3_UX|MAS3_UR|MAS3_UW)
H A 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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h421 #define MAS3_UW 0x00000008 macro
/openbmc/qemu/target/ppc/
H A Dmmu-booke.c364 if (tlb->mas7_3 & MAS3_UW) { in mmubooke206_check_tlb()
H A Dmmu_common.c431 entry->mas7_3 & MAS3_UW ? 'W' : '-', in mmubooke206_dump_one_tlb()
H A Dcpu.h1007 #define MAS3_UW 0x00000008 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S776 li r10, MAS3_SW | MAS3_UW
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3959 mas7_mas3 & MAS3_UW ? 'w' : ' ', in dump_tlb_book3e()