Searched refs:MAS1 (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 159 u32 MAS1; member
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | mmu_decl.h | 140 u32 MAS1; member
|
/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-6.6/arch/powerpc/kernel/ |
H A D | entry_32.S | 456 lwz r10,MAS1(r1); \
|
H A D | asm-offsets.c | 311 STACK_PT_REGS_OFFSET(MAS1, mas1); in main() 644 OFFSET(TLBCAM_MAS1, tlbcam, MAS1); in main()
|
H A D | head_booke.h | 250 stw r0,MAS1(r1)
|
H A D | exceptions-64e.S | 104 SPECIAL_EXC_STORE(r10,MAS1) 179 SPECIAL_EXC_LOAD(r10,MAS1) 1150 rlwinm r7,r7,0,2,31 /* Clear MAS1 Valid and IPROT */
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 367 DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1)); in main() 764 OFFSET(TLBCAM_MAS1, tlbcam, MAS1); in main()
|
H A D | exceptions-64e.S | 102 SPECIAL_EXC_STORE(r10,MAS1) 179 SPECIAL_EXC_LOAD(r10,MAS1) 1477 rlwinm r7,r7,0,2,31 /* Clear MAS1 Valid and IPROT */
|
H A D | entry_32.S | 76 stw r0,MAS1(r11) 1144 lwz r10,MAS1(r1); \
|
Completed in 15 milliseconds