Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/Linux-v4.19/tools/include/uapi/linux/
Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/Linux-v4.19/arch/sh/kernel/
Dhw_breakpoint.c164 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
167 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
205 case HW_BREAKPOINT_W: in arch_build_bp_info()
208 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c205 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
208 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
251 case HW_BREAKPOINT_W: in arch_build_bp_info()
254 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
Dkgdb.c672 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
/Linux-v4.19/arch/powerpc/kernel/
Dhw_breakpoint.c133 *gen_bp_type |= HW_BREAKPOINT_W; in arch_bp_generic_fields()
154 if (attr->bp_type & HW_BREAKPOINT_W) in hw_breakpoint_arch_parse()
/Linux-v4.19/samples/hw_breakpoint/
Ddata_breakpoint.c61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c140 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()
/Linux-v4.19/tools/perf/tests/
Dbp_account.c41 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
Dbp_signal.c116 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
Dparse-events.c132 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
176 HW_BREAKPOINT_W == evsel->attr.bp_type); in test__checkevent_breakpoint_w()
191 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1233 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
1248 TEST_ASSERT_VAL("wrong bp_type", HW_BREAKPOINT_W == in test__checkevent_breakpoint_len_w()
/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c487 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
532 case HW_BREAKPOINT_W: in arch_build_bp_info()
740 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c374 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
435 case HW_BREAKPOINT_W: in arch_build_bp_info()
768 access = (esr & AARCH64_ESR_ACCESS_MASK) ? HW_BREAKPOINT_W : in watchpoint_handler()
/Linux-v4.19/arch/xtensa/kernel/
Dptrace.c349 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()
382 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
Dhw_breakpoint.c62 case HW_BREAKPOINT_W: in hw_breakpoint_arch_parse()
/Linux-v4.19/tools/perf/util/
Dparse-events.c849 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()
862 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c468 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()