Searched refs:HW_BREAKPOINT_W (Results 1 – 17 of 17) sorted by relevance
19 HW_BREAKPOINT_W = 2, enumerator20 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()
205 *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()
672 attr.bp_type = HW_BREAKPOINT_W; in kgdb_arch_late()
133 *gen_bp_type |= HW_BREAKPOINT_W; in arch_bp_generic_fields()154 if (attr->bp_type & HW_BREAKPOINT_W) in hw_breakpoint_arch_parse()
61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
140 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()
41 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
116 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
132 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()
487 *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()
374 *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()
349 if (bp->attr.bp_type & HW_BREAKPOINT_W) in ptrace_gethbpregs()382 bp_type |= HW_BREAKPOINT_W; in ptrace_sethbpregs()
62 case HW_BREAKPOINT_W: in hw_breakpoint_arch_parse()
849 CHECK_SET_TYPE(HW_BREAKPOINT_W); in parse_breakpoint_type()862 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
468 if (type & HW_BREAKPOINT_W) in __perf_evsel__bp_name()