Searched refs:MAS3 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | fsl_booke.c | 125 TLBCAM[index].MAS3 = (phys & MAS3_RPN) | MAS3_SX | MAS3_SR; in settlbcam() 126 TLBCAM[index].MAS3 |= ((flags & _PAGE_RW) ? MAS3_SW : 0); in settlbcam() 132 TLBCAM[index].MAS3 |= MAS3_UX | MAS3_UR; in settlbcam() 133 TLBCAM[index].MAS3 |= ((flags & _PAGE_RW) ? MAS3_UW : 0); in settlbcam()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init_early.c | 38 mtspr(MAS3, _mas3); in setup_ifc() 66 mtspr(MAS3, _mas3); in setup_ifc()
|
| H A D | tlb.c | 58 *rpn = mfspr(MAS3) & MAS3_RPN; in read_tlbcam_entry() 181 mtspr(MAS3, _mas3); in disable_tlb()
|
| H A D | start.S | 190 mtspr MAS3, \scratch 212 mtspr MAS3, \scratch 432 mfspr r2, MAS3 435 mtspr MAS3, r2 /* Set the RPN to our PC base address */ 838 mtspr MAS3, r3 873 mtspr MAS3, r3 1535 mtspr MAS3,r6
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mmu_decl.h | 161 u32 MAS3; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 369 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main() 766 OFFSET(TLBCAM_MAS3, tlbcam, MAS3); in main()
|
| H A D | entry_32.S | 80 stw r0,MAS3(r11) 1147 lwz r9,MAS3(r1); \
|
| H A D | exceptions-64e.S | 106 SPECIAL_EXC_STORE(r10,MAS3) 183 SPECIAL_EXC_LOAD(r10,MAS3)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 750 #define MAS3 SPRN_MAS3 macro
|