Searched refs:HW_BREAKPOINT_RW (Results 1 – 9 of 9) sorted by relevance
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
65 case HW_BREAKPOINT_RW: in hw_breakpoint_arch_parse()
390 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()
490 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()535 case HW_BREAKPOINT_RW: in arch_build_bp_info()
526 implied_type = HW_BREAKPOINT_RW; in ptrace_sethbpregs()
377 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()438 case HW_BREAKPOINT_RW: in arch_build_bp_info()
312 type = HW_BREAKPOINT_RW; in ptrace_hbp_create()360 if ((type & HW_BREAKPOINT_RW) != type) in ptrace_hbp_fill_attr_ctrl()
91 if (bp_type & HW_BREAKPOINT_RW) in find_slot_idx()