Searched refs:cpu_watchpoint_insert (Results 1 – 7 of 7) 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/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/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()
|