Home
last modified time | relevance | path

Searched refs:cpu_watchpoint (Results 1 – 25 of 97) sorted by relevance

1234

/dports/emulators/qemu-utils/qemu-4.2.1/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu5/qemu-5.2.0/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu42/qemu-4.2.1/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) {
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]);
95 flags, &env->cpu_watchpoint[i])) {
96 env->cpu_watchpoint[i] = NULL;
120 if (env->cpu_watchpoint[i]) {
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]);
124 env->cpu_watchpoint[i] = NULL;
/dports/emulators/qemu/qemu-6.2.0/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu60/qemu-6.0.0/target/xtensa/
H A Ddbg_helper.c78 if (env->cpu_watchpoint[i]) { in set_dbreak()
79 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
95 flags, &env->cpu_watchpoint[i])) { in set_dbreak()
96 env->cpu_watchpoint[i] = NULL; in set_dbreak()
120 if (env->cpu_watchpoint[i]) { in HELPER()
123 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
124 env->cpu_watchpoint[i] = NULL; in HELPER()
/dports/emulators/qemu-utils/qemu-4.2.1/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu5/qemu-5.2.0/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu42/qemu-4.2.1/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu60/qemu-6.0.0/target/lm32/
H A Dhelper.c96 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
102 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
106 cpu_watchpoint_remove_by_ref(env_cpu(env), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
107 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
116 if (env->cpu_watchpoint[i] && in check_watchpoints()
117 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
112 if (env->cpu_watchpoint[index]) { in hw_breakpoint_remove()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
114 env->cpu_watchpoint[index] = NULL; in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
112 if (env->cpu_watchpoint[index]) { in hw_breakpoint_remove()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
114 env->cpu_watchpoint[index] = NULL; in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/lm32/
H A Dhelper.c102 &env->cpu_watchpoint[idx]); in lm32_watchpoint_insert()
110 if (!env->cpu_watchpoint[idx]) { in lm32_watchpoint_remove()
114 cpu_watchpoint_remove_by_ref(CPU(cpu), env->cpu_watchpoint[idx]); in lm32_watchpoint_remove()
115 env->cpu_watchpoint[idx] = NULL; in lm32_watchpoint_remove()
124 if (env->cpu_watchpoint[i] && in check_watchpoints()
125 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_watchpoints()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dbpt_helper.c79 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
88 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
186 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dbpt_helper.c80 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
89 &env->cpu_watchpoint[index]); in hw_breakpoint_insert()
114 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
187 if (env->cpu_watchpoint[reg] && in check_hw_breakpoints()
188 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Ddebug_helper.c85 CPUWatchpoint *wp = env->cpu_watchpoint[n]; in bp_wp_matches()
185 for (n = 0; n < ARRAY_SIZE(env->cpu_watchpoint); n++) { in check_watchpoints()

1234