Searched refs:ppcmas_tlb_t (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-booke.h | 10 hwaddr booke206_tlb_to_page_size(CPUPPCState *env, ppcmas_tlb_t *tlb); 11 int ppcmas_tlb_check(CPUPPCState *env, ppcmas_tlb_t *tlb, hwaddr *raddrp,
|
H A D | mmu_helper.c | 128 ppcmas_tlb_t *tlb = env->tlb.tlbm; in booke206_flush_tlb() 977 static ppcmas_tlb_t *booke206_cur_tlb(CPUPPCState *env) in booke206_cur_tlb() 1012 static inline void flush_page(CPUPPCState *env, ppcmas_tlb_t *tlb) in flush_page() 1024 ppcmas_tlb_t *tlb; in helper_booke206_tlbwe() 1134 static inline void booke206_tlb_to_mas(CPUPPCState *env, ppcmas_tlb_t *tlb) in booke206_tlb_to_mas() 1151 ppcmas_tlb_t *tlb = NULL; in helper_booke206_tlbre() 1163 ppcmas_tlb_t *tlb = NULL; in helper_booke206_tlbsx() 1223 ppcmas_tlb_t *tlb = booke206_get_tlbm(env, tlbn, ea, i); in booke206_invalidate_ea_tlb() 1276 ppcmas_tlb_t *tlb = env->tlb.tlbm; in helper_booke206_tlbilx1() 1296 ppcmas_tlb_t *tlb; in helper_booke206_tlbilx3()
|
H A D | mmu-booke.c | 210 hwaddr booke206_tlb_to_page_size(CPUPPCState *env, ppcmas_tlb_t *tlb) in booke206_tlb_to_page_size() 220 int ppcmas_tlb_check(CPUPPCState *env, ppcmas_tlb_t *tlb, hwaddr *raddrp, in ppcmas_tlb_check() 309 static int mmubooke206_check_tlb(CPUPPCState *env, ppcmas_tlb_t *tlb, in mmubooke206_check_tlb() 395 ppcmas_tlb_t *tlb; in mmubooke206_get_physical_address()
|
H A D | machine.c | 643 VMSTATE_UINT32(mas8, ppcmas_tlb_t), 644 VMSTATE_UINT32(mas1, ppcmas_tlb_t), 645 VMSTATE_UINT64(mas2, ppcmas_tlb_t), 646 VMSTATE_UINT64(mas7_3, ppcmas_tlb_t), 669 ppcmas_tlb_t),
|
H A D | cpu.h | 370 typedef struct ppcmas_tlb_t { struct 375 } ppcmas_tlb_t; argument 380 ppcmas_tlb_t *tlbm; 2770 static inline int booke206_tlbm_id(CPUPPCState *env, ppcmas_tlb_t *tlbm) in booke206_tlbm_id() 2792 static inline int booke206_tlbm_to_tlbn(CPUPPCState *env, ppcmas_tlb_t *tlbm) in booke206_tlbm_to_tlbn() 2809 static inline int booke206_tlbm_to_way(CPUPPCState *env, ppcmas_tlb_t *tlb) in booke206_tlbm_to_way() 2816 static inline ppcmas_tlb_t *booke206_get_tlbm(CPUPPCState *env, const int tlbn, in booke206_get_tlbm() 2864 ppcmas_tlb_t *tlb) in booke206_fixed_size_tlbn()
|
H A D | mmu_common.c | 400 ppcmas_tlb_t *entry; in mmubooke206_dump_one_tlb()
|
H A D | kvm.c | 237 assert(sizeof(struct kvm_book3e_206_tlb_entry) == sizeof(ppcmas_tlb_t)); in kvm_booke206_tlb_init() 242 cfg.array_len = sizeof(ppcmas_tlb_t) * entries; in kvm_booke206_tlb_init()
|
H A D | cpu_init.c | 6925 env->tlb.tlbm = g_new0(ppcmas_tlb_t, env->nb_tlb); in init_ppc_proc()
|
/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()
|