Home
last modified time | relevance | path

Searched refs:cpu_watchpoint_insert (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/exec/
H A Dwatchpoint.h12 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 Dhelper.c169 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 Dwatchpoint.c28 int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len, in cpu_watchpoint_insert() function
/openbmc/qemu/target/i386/tcg/system/
H A Dbpt_helper.c76 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 Dtcg-accel-ops.c152 err = cpu_watchpoint_insert(cpu, addr, len, in tcg_insert_breakpoint()
/openbmc/qemu/target/xtensa/
H A Ddbg_helper.c107 if (cpu_watchpoint_insert(cs, dbreaka & mask, ~mask + 1, in set_dbreak()
/openbmc/qemu/target/riscv/
H A Ddebug.c502 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 Dcpu.c172 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr_watchpoint[rid]); in ppc_update_daw()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c634 cpu_watchpoint_insert(CPU(cpu), wvr, len, flags, in hw_watchpoint_update()