Home
last modified time | relevance | path

Searched refs:check_tlb_flush (Results 1 – 25 of 38) sorted by relevance

12

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dhelper_regs.h29 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
31 void check_tlb_flush(CPUPPCState *env, bool global);
H A Dhelper_regs.c274 void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dhelper_regs.h29 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
31 void check_tlb_flush(CPUPPCState *env, bool global);
H A Dhelper_regs.c283 void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dhelper_regs.h181 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
200 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dhelper_regs.h181 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
200 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
H A Dexcp_helper.c159 check_tlb_flush(env, false); in powerpc_set_excp_state()
1122 check_tlb_flush(env, false); in do_rfi()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dhelper_regs.h176 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
195 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
H A Dexcp_helper.c782 check_tlb_flush(env, false); in powerpc_excp()
1074 check_tlb_flush(env, false); in do_rfi()
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dhelper_regs.h176 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
195 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
H A Dexcp_helper.c782 check_tlb_flush(env, false); in powerpc_excp()
1074 check_tlb_flush(env, false); in do_rfi()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dhelper_regs.h174 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
193 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
H A Dexcp_helper.c756 check_tlb_flush(env, false); in powerpc_excp()
1043 check_tlb_flush(env, false); in do_rfi()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dhelper_regs.h181 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
200 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
H A Dexcp_helper.c159 check_tlb_flush(env, false); in powerpc_set_excp_state()
1122 check_tlb_flush(env, false); in do_rfi()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dhelper_regs.h181 static inline void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush() function
200 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush() function
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dspapr_softmmu.c145 check_tlb_flush(env, true); in h_remove()
226 check_tlb_flush(env, true); in h_bulk_remove()
264 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dspapr_softmmu.c160 check_tlb_flush(env, true); in h_remove()
241 check_tlb_flush(env, true); in h_bulk_remove()
279 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ppc/
H A Dspapr_hcall.c177 check_tlb_flush(env, true); in h_remove()
258 check_tlb_flush(env, true); in h_bulk_remove()
296 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dspapr_hcall.c180 check_tlb_flush(env, true); in h_remove()
261 check_tlb_flush(env, true); in h_bulk_remove()
299 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dspapr_hcall.c182 check_tlb_flush(env, true); in h_remove()
263 check_tlb_flush(env, true); in h_bulk_remove()
301 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dspapr_hcall.c180 check_tlb_flush(env, true); in h_remove()
261 check_tlb_flush(env, true); in h_bulk_remove()
299 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dspapr_hcall.c182 check_tlb_flush(env, true); in h_remove()
263 check_tlb_flush(env, true); in h_bulk_remove()
301 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dspapr_hcall.c182 check_tlb_flush(env, true); in h_remove()
263 check_tlb_flush(env, true); in h_bulk_remove()
301 check_tlb_flush(env, true); in h_protect()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dspapr_hcall.c182 check_tlb_flush(env, true); in h_remove()
263 check_tlb_flush(env, true); in h_bulk_remove()
301 check_tlb_flush(env, true); in h_protect()

12