Home
last modified time | relevance | path

Searched refs:check_hw_breakpoints (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dbpt_helper.c167 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
218 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
228 check_hw_breakpoints(env, true); in breakpoint_handler()
241 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dbpt_helper.c168 static bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
219 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
229 check_hw_breakpoints(env, true); in breakpoint_handler()
242 check_hw_breakpoints(env, true); in helper_single_step()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dbpt_helper.c167 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
217 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
225 check_hw_breakpoints(env, true); in breakpoint_handler()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dbpt_helper.c167 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
217 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
225 check_hw_breakpoints(env, true); in breakpoint_handler()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dbpt_helper.c28 check_hw_breakpoints(env, true); in helper_single_step()
H A Dhelper-tcg.h102 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update);
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dbpt_helper.c28 check_hw_breakpoints(env, true); in helper_single_step()
H A Dhelper-tcg.h108 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update);
/dports/emulators/qemu-utils/qemu-4.2.1/target/xtensa/
H A Dhelper.c201 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
224 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu5/qemu-5.2.0/target/xtensa/
H A Dhelper.c204 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/xtensa/
H A Dhelper.c202 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
225 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu42/qemu-4.2.1/target/xtensa/
H A Dhelper.c201 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
224 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/xtensa/
H A Dhelper.c201 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
224 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/xtensa/
H A Dhelper.c204 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu/qemu-6.2.0/target/xtensa/
H A Dhelper.c204 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/qemu60/qemu-6.0.0/target/xtensa/
H A Dhelper.c204 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dhelper.c977 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
1028 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
1038 check_hw_breakpoints(env, true); in breakpoint_handler()
H A Dmisc_helper.c70 check_hw_breakpoints(env, true);
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dhelper.c977 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
1028 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
1038 check_hw_breakpoints(env, true); in breakpoint_handler()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/xtensa/
H A Dhelper.c132 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
155 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()

12