Searched refs:cpu_watchpoint_insert (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/include/exec/ |
| H A D | watchpoint.h | 12 static inline int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len, in cpu_watchpoint_insert() function 33 int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len,
|
| /openbmc/qemu/target/s390x/ |
| H A D | helper.c | 169 cpu_watchpoint_insert(cs, 0, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 170 cpu_watchpoint_insert(cs, 1ULL << 63, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 173 cpu_watchpoint_insert(cs, env->cregs[10], -env->cregs[10], in s390_cpu_recompute_watchpoints() 175 cpu_watchpoint_insert(cs, 0, env->cregs[11] + 1, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 179 cpu_watchpoint_insert(cs, env->cregs[10], in s390_cpu_recompute_watchpoints()
|
| /openbmc/qemu/system/ |
| H A D | watchpoint.c | 28 int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len, in cpu_watchpoint_insert() function
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | bpt_helper.c | 76 err = cpu_watchpoint_insert(cs, drN, in hw_breakpoint_insert() 85 err = cpu_watchpoint_insert(cs, drN, in hw_breakpoint_insert()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-accel-ops.c | 152 err = cpu_watchpoint_insert(cpu, addr, len, in tcg_insert_breakpoint()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | dbg_helper.c | 107 if (cpu_watchpoint_insert(cs, dbreaka & mask, ~mask + 1, in set_dbreak()
|
| /openbmc/qemu/target/riscv/ |
| H A D | debug.c | 502 cpu_watchpoint_insert(cs, addr, size, flags, in type2_breakpoint_insert() 507 cpu_watchpoint_insert(cs, addr, def_size, flags, in type2_breakpoint_insert() 628 cpu_watchpoint_insert(cs, addr, size, flags, in type6_breakpoint_insert() 631 cpu_watchpoint_insert(cs, addr, 8, flags, in type6_breakpoint_insert()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.c | 172 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr_watchpoint[rid]); in ppc_update_daw()
|
| /openbmc/qemu/target/arm/ |
| H A D | debug_helper.c | 634 cpu_watchpoint_insert(CPU(cpu), wvr, len, flags, in hw_watchpoint_update()
|