Home
last modified time | relevance | path

Searched refs:MAS1_VALID (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c28 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_IPROT | in setup_ifc()
56 _mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_IPROT | in setup_ifc()
108 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in cpu_init_early_f()
134 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | in cpu_init_early_f()
H A Dtlb.c54 *valid = (_mas1 & MAS1_VALID); in read_tlbcam_entry()
111 if (mfspr(MAS1) & MAS1_VALID) in init_used_tlb_cams()
211 if ((MAS1_VALID & _mas1) && in find_tlb_idx()
232 if (valid & MAS1_VALID) in init_addr_map()
H A Drelease.S298 lis r11,(MAS1_VALID|MAS1_IPROT)@h
465 lis r10,(MAS1_VALID|MAS1_IPROT)@h
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h398 #define MAS1_VALID 0x80000000 macro
447 ((((v) << 31) & MAS1_VALID) |\
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c136 tlb[j].mas1 &= ~MAS1_VALID; in booke206_flush_tlb()
1069 if ((env->spr[SPR_BOOKE_MAS1] & MAS1_VALID) && (tlbncfg & TLBnCFG_AVAIL) && in helper_booke206_tlbwe()
1080 if (tlb->mas1 & MAS1_VALID) { in helper_booke206_tlbwe()
1231 tlb->mas1 &= ~MAS1_VALID; in booke206_invalidate_ea_tlb()
1286 tlb[j].mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx1()
1328 tlb->mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx3()
H A Dmmu-booke.c232 if (!(tlb->mas1 & MAS1_VALID)) { in ppcmas_tlb_check()
446 env->spr[SPR_BOOKE_MAS1] |= MAS1_VALID; in booke206_update_mas_tlb_miss()
H A Dmmu_common.c412 if (!(entry->mas1 & MAS1_VALID)) { in mmubooke206_dump_one_tlb()
H A Dcpu.h976 #define MAS1_VALID 0x80000000 macro
/openbmc/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c40 mas1 = MAS1_VALID | MAS1_TID(0) | MAS1_TS | MAS1_TSIZE(BOOKE_PAGESZ_1M); in map_fdt_as()
/openbmc/qemu/hw/ppc/
H A De500.c736 tlb->mas1 |= MAS1_VALID; in booke206_set_tlb()