Searched refs:HW_BREAKPOINT_R (Results 1 – 15 of 15) sorted by relevance
18 HW_BREAKPOINT_R = 1, enumerator20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
162 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()167 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()202 case HW_BREAKPOINT_R: in arch_build_bp_info()208 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
92 attr.bp_type = HW_BREAKPOINT_R; in set_single_step()
58 attr.bp_type = HW_BREAKPOINT_R; in breakpoint_test()138 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle()
131 *gen_bp_type |= HW_BREAKPOINT_R; in arch_bp_generic_fields()152 if (attr->bp_type & HW_BREAKPOINT_R) in hw_breakpoint_arch_parse()
61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
208 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()254 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
484 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()529 case HW_BREAKPOINT_R: in arch_build_bp_info()740 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
371 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()432 case HW_BREAKPOINT_R: in arch_build_bp_info()769 HW_BREAKPOINT_R; in watchpoint_handler()
347 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()380 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()
59 case HW_BREAKPOINT_R: in hw_breakpoint_arch_parse()
132 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()161 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()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()
846 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()862 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
465 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()