Home
last modified time | relevance | path

Searched refs:MAS1_TS (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c29 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT | in setup_ifc()
109 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in cpu_init_early_f()
135 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | in cpu_init_early_f()
H A Drelease.S287 ori r11,r11,(MAS1_TS|MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500.h289 #define get_tlb_sts(gtlbe) (gtlbe->mas1 & MAS1_TS)
322 #define get_tlb_sts(gtlbe) (MAS1_TS)
H A De500_mmu.c140 vcpu->arch.shared->mas1 = MAS1_VALID | (as ? MAS1_TS : 0) in kvmppc_e500_deliver_tlb_miss()
377 | ((vcpu->arch.shared->mas6 & MAS6_SAS) ? MAS1_TS : 0) in kvmppc_e500_emul_tlbsx()
H A De500_mmu_host.c172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dmmu.h401 #define MAS1_TS 0x00001000 macro
450 (((ts) << 12) & MAS1_TS) |\
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dmmu-book3e.h62 #define MAS1_TS 0x00001000 macro
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c41 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in map_fdt_as()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dtlb_low.S449 ori r6,r6,MAS1_TS
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_fsl_booke.S1203 ori r4,r4,MAS1_TS /* Set the TS = 1 */
H A Dexceptions-64e.S1507 xori r6,r7,MAS1_TS /* Setup TMP mapping in the other Address space */
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c3876 mas1 & MAS1_TS ? '1' : '0'); in dump_tlb_book3e()