Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dhelper.c161 cpu_watchpoint_insert(cs, 0, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
162 cpu_watchpoint_insert(cs, 1ULL << 63, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
165 cpu_watchpoint_insert(cs, env->cregs[10], -env->cregs[10], in s390_cpu_recompute_watchpoints()
167 cpu_watchpoint_insert(cs, 0, env->cregs[11] + 1, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
171 cpu_watchpoint_insert(cs, env->cregs[10], in s390_cpu_recompute_watchpoints()
/qemu/target/i386/tcg/sysemu/
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()
/qemu/target/riscv/
H A Ddebug.c328 cpu_watchpoint_insert(cs, addr, size, flags, in type2_breakpoint_insert()
331 cpu_watchpoint_insert(cs, addr, 8, flags, in type2_breakpoint_insert()
455 cpu_watchpoint_insert(cs, addr, size, flags, in type6_breakpoint_insert()
458 cpu_watchpoint_insert(cs, addr, 8, flags, in type6_breakpoint_insert()
/qemu/system/
H A Dwatchpoint.c26 int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len, in cpu_watchpoint_insert() function
/qemu/target/xtensa/
H A Ddbg_helper.c107 if (cpu_watchpoint_insert(cs, dbreaka & mask, ~mask + 1, in set_dbreak()
/qemu/accel/tcg/
H A Dtcg-accel-ops.c150 err = cpu_watchpoint_insert(cpu, addr, len, in tcg_insert_breakpoint()
/qemu/include/hw/core/
H A Dcpu.h1103 static inline int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len, in cpu_watchpoint_insert() function
1124 int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len,
/qemu/target/ppc/
H A Dcpu.c169 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr0_watchpoint); in ppc_update_daw0()
/qemu/target/arm/
H A Ddebug_helper.c632 cpu_watchpoint_insert(CPU(cpu), wvr, len, flags, in hw_watchpoint_update()