Home
last modified time | relevance | path

Searched refs:SPR_BOOKE_MAS7 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu_helper.c1095 tlb->mas7_3 = ((uint64_t)env->spr[SPR_BOOKE_MAS7] << 32) | in helper_booke206_tlbwe()
1146 env->spr[SPR_BOOKE_MAS7] = tlb->mas7_3 >> 32; in booke206_tlb_to_mas()
1199 env->spr[SPR_BOOKE_MAS7] = 0; in helper_booke206_tlbsx()
H A Dmmu-booke.c438 env->spr[SPR_BOOKE_MAS7] = 0; in booke206_update_mas_tlb_miss()
H A Dcpu.h2160 #define SPR_BOOKE_MAS7 (0x3B0) macro
H A Dkvm.c1126 env->spr[SPR_BOOKE_MAS7] = sregs.u.e.mas7_3 >> 32; in kvmppc_get_booke_sregs()
H A Dtranslate.c1222 gen_store_spr(SPR_BOOKE_MAS7, val); in spr_write_mas73()
1229 gen_load_spr(mas7, SPR_BOOKE_MAS7); in spr_read_mas73()
H A Dcpu_init.c851 SPR_BOOKE_MAS4, SPR_BOOKE_MAS5, SPR_BOOKE_MAS6, SPR_BOOKE_MAS7, in register_BookE206_sprs()
7768 env->spr[SPR_BOOKE_MAS7], env->spr[SPR_BOOKE_PID]); in ppc_cpu_dump_state()