Searched refs:HW_BREAKPOINT_W (Results 1 – 11 of 11) sorted by relevance
14 HW_BREAKPOINT_W = 2, enumerator15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
164 *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()
198 *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()
666 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
133 *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()
61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
357 *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()
489 *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()
122 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()
496 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()509 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
354 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()