Lines Matching refs:CPUPPCState

46 static inline void ppc6xx_tlb_invalidate_all(CPUPPCState *env)  in ppc6xx_tlb_invalidate_all()
58 static inline void ppc6xx_tlb_invalidate_virt2(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt2()
84 static inline void ppc6xx_tlb_invalidate_virt(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt()
90 static void ppc6xx_tlb_store(CPUPPCState *env, target_ulong EPN, int way, in ppc6xx_tlb_store()
111 static inline void ppc4xx_tlb_invalidate_all(CPUPPCState *env) in ppc4xx_tlb_invalidate_all()
123 static void booke206_flush_tlb(CPUPPCState *env, int flags, in booke206_flush_tlb()
148 static inline void do_invalidate_BAT(CPUPPCState *env, target_ulong BATu, in do_invalidate_BAT()
173 static inline void dump_store_bat(CPUPPCState *env, char ID, int ul, int nr, in dump_store_bat()
181 void helper_store_ibatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatu()
208 void helper_store_ibatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatl()
214 void helper_store_dbatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_dbatu()
241 void helper_store_dbatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_dbatl()
249 void ppc_tlb_invalidate_all(CPUPPCState *env) in ppc_tlb_invalidate_all()
288 void ppc_tlb_invalidate_one(CPUPPCState *env, target_ulong addr) in ppc_tlb_invalidate_one()
330 target_ulong helper_load_sr(CPUPPCState *env, target_ulong sr_num) in helper_load_sr()
341 void helper_store_sr(CPUPPCState *env, target_ulong srnum, target_ulong value) in helper_store_sr()
385 void helper_tlbia(CPUPPCState *env) in helper_tlbia()
390 void helper_tlbie(CPUPPCState *env, target_ulong addr) in helper_tlbie()
420 void helper_tlbie_isa300(CPUPPCState *env, target_ulong rb, target_ulong rs, in helper_tlbie_isa300()
549 void helper_tlbiva(CPUPPCState *env, target_ulong addr) in helper_tlbiva()
559 static void do_6xx_tlb(CPUPPCState *env, target_ulong new_EPN, int is_code) in do_6xx_tlb()
582 void helper_6xx_tlbd(CPUPPCState *env, target_ulong EPN) in helper_6xx_tlbd()
587 void helper_6xx_tlbi(CPUPPCState *env, target_ulong EPN) in helper_6xx_tlbi()
676 void helper_store_40x_pid(CPUPPCState *env, target_ulong val) in helper_store_40x_pid()
684 target_ulong helper_4xx_tlbre_hi(CPUPPCState *env, target_ulong entry) in helper_4xx_tlbre_hi()
705 target_ulong helper_4xx_tlbre_lo(CPUPPCState *env, target_ulong entry) in helper_4xx_tlbre_lo()
740 void helper_4xx_tlbwe_hi(CPUPPCState *env, target_ulong entry, in helper_4xx_tlbwe_hi()
792 void helper_4xx_tlbwe_lo(CPUPPCState *env, target_ulong entry, in helper_4xx_tlbwe_lo()
828 target_ulong helper_4xx_tlbsx(CPUPPCState *env, target_ulong address) in helper_4xx_tlbsx()
833 static bool mmubooke_pid_match(CPUPPCState *env, ppcemb_tlb_t *tlb) in mmubooke_pid_match()
853 void helper_440_tlbwe(CPUPPCState *env, uint32_t word, target_ulong entry, in helper_440_tlbwe()
914 target_ulong helper_440_tlbre(CPUPPCState *env, uint32_t word, in helper_440_tlbre()
970 target_ulong helper_440_tlbsx(CPUPPCState *env, target_ulong address) in helper_440_tlbsx()
977 static ppcmas_tlb_t *booke206_cur_tlb(CPUPPCState *env) in booke206_cur_tlb()
994 void helper_booke_setpid(CPUPPCState *env, uint32_t pidn, target_ulong pid) in helper_booke_setpid()
1001 void helper_booke_set_eplc(CPUPPCState *env, target_ulong val) in helper_booke_set_eplc()
1006 void helper_booke_set_epsc(CPUPPCState *env, target_ulong val) in helper_booke_set_epsc()
1012 static inline void flush_page(CPUPPCState *env, ppcmas_tlb_t *tlb) in flush_page()
1021 void helper_booke206_tlbwe(CPUPPCState *env) in helper_booke206_tlbwe()
1134 static inline void booke206_tlb_to_mas(CPUPPCState *env, ppcmas_tlb_t *tlb) in booke206_tlb_to_mas()
1149 void helper_booke206_tlbre(CPUPPCState *env) in helper_booke206_tlbre()
1161 void helper_booke206_tlbsx(CPUPPCState *env, target_ulong address) in helper_booke206_tlbsx()
1215 static inline void booke206_invalidate_ea_tlb(CPUPPCState *env, int tlbn, in booke206_invalidate_ea_tlb()
1235 void helper_booke206_tlbivax(CPUPPCState *env, target_ulong address) in helper_booke206_tlbivax()
1266 void helper_booke206_tlbilx0(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx0()
1272 void helper_booke206_tlbilx1(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx1()
1293 void helper_booke206_tlbilx3(CPUPPCState *env, target_ulong address) in helper_booke206_tlbilx3()
1333 void helper_booke206_tlbflush(CPUPPCState *env, target_ulong type) in helper_booke206_tlbflush()
1349 void helper_check_tlb_flush_local(CPUPPCState *env) in helper_check_tlb_flush_local()
1354 void helper_check_tlb_flush_global(CPUPPCState *env) in helper_check_tlb_flush_global()