Home
last modified time | relevance | path

Searched refs:MAS1_TS_SHIFT (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dmmu-booke.c354 if (as != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in mmubooke206_check_tlb()
H A Dmmu_common.c529 (entry->mas1 & MAS1_TS) >> MAS1_TS_SHIFT, in mmubooke206_dump_one_tlb()
H A Dcpu.h958 #define MAS1_TS_SHIFT 12 macro
959 #define MAS1_TS (1 << MAS1_TS_SHIFT)
H A Dmmu_helper.c1185 if (sas != ((tlb->mas1 & MAS1_TS) >> MAS1_TS_SHIFT)) { in helper_booke206_tlbsx()