Searched refs:HW_BREAKPOINT_RW (Results 1 – 6 of 6) sorted by relevance
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator17 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
360 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()405 case HW_BREAKPOINT_RW: in arch_build_bp_info()
197 type = HW_BREAKPOINT_RW; in ptrace_hbp_create()245 if ((type & HW_BREAKPOINT_RW) != type) in ptrace_hbp_fill_attr_ctrl()
492 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()537 case HW_BREAKPOINT_RW: in arch_build_bp_info()
530 implied_type = HW_BREAKPOINT_RW; in ptrace_sethbpregs()
90 if (bp->attr.bp_type & HW_BREAKPOINT_RW) in find_slot_idx()