Searched refs:HW_BREAKPOINT_RW (Results 1 – 12 of 12) sorted by relevance
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
175 attr.bp_type = HW_BREAKPOINT_RW; in runtest_dar_outside()
65 case HW_BREAKPOINT_RW: in hw_breakpoint_arch_parse()
480 bp_type ? bp_type : HW_BREAKPOINT_RW); in ptrace_sethbpregs()
366 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()427 case HW_BREAKPOINT_RW: in arch_build_bp_info()
297 type = HW_BREAKPOINT_RW; in ptrace_hbp_create()345 if ((type & HW_BREAKPOINT_RW) != type) in ptrace_hbp_fill_attr_ctrl()
482 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()527 case HW_BREAKPOINT_RW: in arch_build_bp_info()
515 implied_type = HW_BREAKPOINT_RW; in ptrace_sethbpregs()
78 if (bp_type & HW_BREAKPOINT_RW) in find_slot_idx()