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()
203 *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()
671 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()
359 *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()
488 *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()
126 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()
687 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()700 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
369 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()