Home
last modified time | relevance | path

Searched refs:BP_MEM_WRITE (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dcpu.h1089 #define BP_MEM_WRITE 0x02 macro
1090 #define BP_MEM_ACCESS (BP_MEM_READ | BP_MEM_WRITE)
1098 #define BP_WATCHPOINT_HIT_WRITE (BP_MEM_WRITE << BP_HIT_SHIFT)
/openbmc/qemu/target/riscv/
H A Ddebug.c495 flags |= BP_MEM_WRITE; in type2_breakpoint_insert()
621 flags |= BP_MEM_WRITE; in type6_breakpoint_insert()
1018 flags |= BP_MEM_WRITE; in riscv_cpu_debug_check_watchpoint()
1034 flags |= BP_MEM_WRITE; in riscv_cpu_debug_check_watchpoint()
/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c153 wp.details.flags = BP_MEM_WRITE; in insert_hw_watchpoint()
H A Ddebug_helper.c574 flags |= BP_MEM_WRITE; in hw_watchpoint_update()
/openbmc/qemu/target/xtensa/
H A Ddbg_helper.c95 flags |= BP_MEM_WRITE; in set_dbreak()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c117 [GDB_WATCHPOINT_WRITE] = BP_GDB | BP_MEM_WRITE, in xlat_gdb_type()
H A Dcputlb.c1189 if (wp_flags & BP_MEM_WRITE) { in tlb_set_page_full()
1493 ? BP_MEM_WRITE : BP_MEM_READ); in probe_access()
1708 int wp = access_type == MMU_DATA_STORE ? BP_MEM_WRITE : BP_MEM_READ; in mmu_watch_or_dirty()
1885 wp_flags |= BP_MEM_WRITE; in atomic_mmu_lookup()
/openbmc/qemu/target/ppc/
H A Dcpu.c166 flags |= BP_MEM_WRITE; in ppc_update_daw0()
H A Dkvm.c1438 *flag = BP_MEM_WRITE; in find_hw_watchpoint()
/openbmc/qemu/target/s390x/
H A Dhelper.c141 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c78 BP_CPU | BP_MEM_WRITE, in hw_breakpoint_insert()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c151 int wp = ptr_access == MMU_DATA_LOAD ? BP_MEM_READ : BP_MEM_WRITE; in allocation_tag_mem_probe()
H A Dsme_helper.c664 BP_MEM_WRITE, ra); in DO_LD()
H A Dsve_helper.c6307 BP_MEM_WRITE, retaddr); in DO_LDFF1_LDNF1_1()
6982 info.attrs, BP_MEM_WRITE, retaddr); in DO_LDFF1_ZPZ_S()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1898 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_arch_handle_debug_exit()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c169 ? BP_MEM_WRITE : BP_MEM_READ), ra); in s390_probe_access()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5790 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_handle_debug()