Home
last modified time | relevance | path

Searched refs:booke206_get_tlbm (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dppce500_spin.c78 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, 1, 0, 1); in mmubooke_create_initial_mapping()
H A De500.c757 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, 1, 0, 0); in mmubooke_create_initial_mapping()
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c991 return booke206_get_tlbm(env, tlb, ea, esel); in booke206_cur_tlb()
1175 tlb = booke206_get_tlbm(env, i, address, j); in helper_booke206_tlbsx()
1223 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, tlbn, ea, i); in booke206_invalidate_ea_tlb()
1312 tlb = booke206_get_tlbm(env, i, address, j); in helper_booke206_tlbilx3()
H A Dmmu-booke.c401 tlb = booke206_get_tlbm(env, i, address, j); in mmubooke206_get_physical_address()
H A Dcpu.h2816 static inline ppcmas_tlb_t *booke206_get_tlbm(CPUPPCState *env, const int tlbn, in booke206_get_tlbm() function