Searched refs:mas3 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init_early.c | 84 u32 mas0, mas1, mas2, mas3, mas7; in cpu_init_early_f() local 111 mas3 = FSL_BOOKE_MAS3(CONFIG_SYS_CCSRBAR_PHYS, 0, MAS3_SW|MAS3_SR); in cpu_init_early_f() 114 write_tlb(mas0, mas1, mas2, mas3, mas7); in cpu_init_early_f() 138 mas3 = FSL_BOOKE_MAS3(SRAM_BASE_ADDR, 0, MAS3_SX|MAS3_SW|MAS3_SR); in cpu_init_early_f() 141 write_tlb(mas0, mas1, mas2, mas3, mas7); in cpu_init_early_f()
|
| H A D | tlb.c | 37 tlb_table[i].mas3, in init_tlbs()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | e500_mmu_host.c | 48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument 51 mas3 &= MAS3_ATTRIB_MASK; in e500_shadow_mas3_attrib() 58 mas3 &= ~E500_TLB_USER_PERM_MASK; in e500_shadow_mas3_attrib() 59 mas3 |= (mas3 & E500_TLB_SUPER_PERM_MASK) << 1; in e500_shadow_mas3_attrib() 61 mas3 |= E500_TLB_SUPER_PERM_MASK; in e500_shadow_mas3_attrib() 63 return mas3; in e500_shadow_mas3_attrib() 632 u32 mas1, mas2, mas3; in kvmppc_load_last_inst() local 653 mas3 = mfspr(SPRN_MAS3); in kvmppc_load_last_inst() 657 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; in kvmppc_load_last_inst() 673 if (unlikely((pr && !(mas3 & MAS3_UX)) || in kvmppc_load_last_inst() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/ |
| H A D | qemu-ppce500.c | 35 u32 mas0, mas1, mas2, mas3, mas7; in map_fdt_as() local 43 mas3 = FSL_BOOKE_MAS3(fdt_phys_tlb, 0, MAS3_SW|MAS3_SR); in map_fdt_as() 46 write_tlb(mas0, mas1, mas2, mas3, mas7); in map_fdt_as()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | mmu.h | 526 .mas3 = FSL_BOOKE_MAS3(_rpn, 0, _perms), \ 533 u32 mas3; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | head_booke.h | 523 unsigned long mas3; member
|
| H A D | asm-offsets.c | 369 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main()
|