Searched refs:booke206_get_tlbm (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 78 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, 1, 0, 1); in mmubooke_create_initial_mapping()
|
H A D | e500.c | 757 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, 1, 0, 0); in mmubooke_create_initial_mapping()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 991 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 D | mmu-booke.c | 401 tlb = booke206_get_tlbm(env, i, address, j); in mmubooke206_get_physical_address()
|
H A D | cpu.h | 2816 static inline ppcmas_tlb_t *booke206_get_tlbm(CPUPPCState *env, const int tlbn, in booke206_get_tlbm() function
|