Searched refs:MAS1_IPROT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | fsl_booke_entry_mapping.S | 41 oris r7,r7,MAS1_IPROT@h 108 oris r6,r6,(MAS1_VALID|MAS1_IPROT)@h 161 lis r6,(MAS1_VALID|MAS1_IPROT)@h 182 lis r10, (MAS1_VALID|MAS1_IPROT)@h
|
H A D | exceptions-64e.S | 1460 oris r7,r7,MAS1_IPROT@h 1555 lis r6,(MAS1_VALID|MAS1_IPROT)@h 1627 lis r3,(MAS1_VALID | MAS1_IPROT)@h 1665 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
|
H A D | misc_64.S | 335 lis r9,(MAS1_VALID|MAS1_IPROT)@h
|
H A D | head_fsl_booke.S | 1136 lis r3,(MAS1_VALID|MAS1_IPROT)@h
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 41 oris r7,r7,MAS1_IPROT@h 108 oris r6,r6,(MAS1_VALID|MAS1_IPROT)@h 161 lis r6,(MAS1_VALID|MAS1_IPROT)@h 182 lis r10, (MAS1_VALID|MAS1_IPROT)@h
|
H A D | exceptions-64e.S | 1133 oris r7,r7,MAS1_IPROT@h 1228 lis r6,(MAS1_VALID|MAS1_IPROT)@h 1299 lis r3,(MAS1_VALID | MAS1_IPROT)@h 1342 rlwinm r5,r5,0,(~(MAS1_VALID|MAS1_IPROT))
|
H A D | misc_64.S | 314 lis r9,(MAS1_VALID|MAS1_IPROT)@h
|
H A D | head_85xx.S | 1089 lis r3,(MAS1_VALID|MAS1_IPROT)@h
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | mmu-book3e.h | 59 #define MAS1_IPROT 0x40000000 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 59 #define MAS1_IPROT 0x40000000 macro
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | fsl_booke.c | 116 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | e500.c | 110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 3873 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 3942 mas1 & MAS1_IPROT ? 'P' : ' ', in dump_tlb_book3e()
|
Completed in 18 milliseconds