Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhw_breakpoint.h14 HW_BREAKPOINT_W = 2, enumerator
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/linux-4.4.14/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-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c203 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
206 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
244 case HW_BREAKPOINT_W: in arch_build_bp_info()
247 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
Dkgdb.c671 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
/linux-4.4.14/arch/powerpc/kernel/
Dhw_breakpoint.c133 *gen_bp_type |= HW_BREAKPOINT_W; in arch_bp_generic_fields()
153 if (bp->attr.bp_type & HW_BREAKPOINT_W) in arch_validate_hwbkpt_settings()
/linux-4.4.14/samples/hw_breakpoint/
Ddata_breakpoint.c61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
/linux-4.4.14/arch/arm64/kernel/
Dhw_breakpoint.c359 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
404 case HW_BREAKPOINT_W: in arch_build_bp_info()
706 access = (esr & AARCH64_ESR_ACCESS_MASK) ? HW_BREAKPOINT_W : in watchpoint_handler()
/linux-4.4.14/arch/arm/kernel/
Dhw_breakpoint.c488 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
533 case HW_BREAKPOINT_W: in arch_build_bp_info()
740 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
/linux-4.4.14/tools/perf/tests/
Dparse-events.c126 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
170 HW_BREAKPOINT_W == evsel->attr.bp_type); in test__checkevent_breakpoint_w()
185 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1227 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
1242 TEST_ASSERT_VAL("wrong bp_type", HW_BREAKPOINT_W == in test__checkevent_breakpoint_len_w()
/linux-4.4.14/tools/perf/util/
Dparse-events.c687 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()
700 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c369 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()