Searched refs:check_tlb_flush (Results 1 – 6 of 6) sorted by relevance
/qemu/target/ppc/ |
H A D | helper_regs.h | 32 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function 34 void check_tlb_flush(CPUPPCState *env, bool global);
|
H A D | mmu_helper.c | 1352 check_tlb_flush(env, false); in helper_check_tlb_flush_local() 1357 check_tlb_flush(env, true); in helper_check_tlb_flush_global()
|
H A D | helper_regs.c | 366 void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
|
H A D | tcg-excp_helper.c | 520 check_tlb_flush(env, false); in do_rfi()
|
H A D | excp_helper.c | 391 check_tlb_flush(env, false); in powerpc_set_excp_state()
|
/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 144 check_tlb_flush(env, true); in h_remove() 225 check_tlb_flush(env, true); in h_bulk_remove() 263 check_tlb_flush(env, true); in h_protect()
|