Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dhw_breakpoint.h14 HW_BREAKPOINT_W = 2, enumerator
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/linux-4.1.27/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.1.27/arch/x86/kernel/
Dhw_breakpoint.c198 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
201 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
239 case HW_BREAKPOINT_W: in arch_build_bp_info()
242 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
Dkgdb.c666 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
/linux-4.1.27/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.1.27/samples/hw_breakpoint/
Ddata_breakpoint.c61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
/linux-4.1.27/arch/arm64/kernel/
Dhw_breakpoint.c357 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
402 case HW_BREAKPOINT_W: in arch_build_bp_info()
704 access = (esr & AARCH64_ESR_ACCESS_MASK) ? HW_BREAKPOINT_W : in watchpoint_handler()
/linux-4.1.27/arch/arm/kernel/
Dhw_breakpoint.c489 *gen_type = HW_BREAKPOINT_W; in arch_bp_generic_fields()
534 case HW_BREAKPOINT_W: in arch_build_bp_info()
741 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
/linux-4.1.27/tools/perf/tests/
Dparse-events.c122 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
166 HW_BREAKPOINT_W == evsel->attr.bp_type); in test__checkevent_breakpoint_w()
181 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1186 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
1201 TEST_ASSERT_VAL("wrong bp_type", HW_BREAKPOINT_W == in test__checkevent_breakpoint_len_w()
/linux-4.1.27/tools/perf/util/
Dparse-events.c496 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()
509 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c354 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()