Searched refs:MAS2 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | fsl_booke.c | 117 TLBCAM[index].MAS2 = virt & PAGE_MASK; in settlbcam() 119 TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0; in settlbcam() 120 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam() 121 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam() 122 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam() 123 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init_early.c | 37 mtspr(MAS2, _mas2); in setup_ifc() 65 mtspr(MAS2, _mas2); in setup_ifc()
|
| H A D | start.S | 187 mtspr MAS2, \scratch 209 mtspr MAS2, \scratch 242 mtspr MAS2, \scratch 419 mfspr r2, MAS2 430 mtspr MAS2, r2 /* Set the EPN to our PC base address */ 837 mtspr MAS2, r2 872 mtspr MAS2, r2 922 mfspr r4, MAS2 925 mtspr MAS2, r4 1534 mtspr MAS2,r5
|
| H A D | tlb.c | 57 *epn = mfspr(MAS2) & MAS2_EPN; in read_tlbcam_entry() 180 mtspr(MAS2, _mas2); in disable_tlb()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mmu_decl.h | 160 unsigned long MAS2; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | asm-offsets.c | 368 DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2)); in main() 765 OFFSET(TLBCAM_MAS2, tlbcam, MAS2); in main()
|
| H A D | entry_32.S | 78 stw r0,MAS2(r11) 1145 lwz r11,MAS2(r1); \
|
| H A D | exceptions-64e.S | 104 SPECIAL_EXC_STORE(r10,MAS2) 181 SPECIAL_EXC_LOAD(r10,MAS2)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 749 #define MAS2 SPRN_MAS2 macro
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 5461 - The hash for determining set number in TLB0 is: (MAS2 >> 12) & (num_sets - 1)
|