Searched refs:HW_BREAKPOINT_RW (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dhw_breakpoint.h15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator in enum:__anon13275
17 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-4.1.27/arch/arm64/kernel/
H A Dhw_breakpoint.c360 *gen_type = HW_BREAKPOINT_RW; arch_bp_generic_fields()
405 case HW_BREAKPOINT_RW: arch_build_bp_info()
H A Dptrace.c197 type = HW_BREAKPOINT_RW; ptrace_hbp_create()
245 if ((type & HW_BREAKPOINT_RW) != type) ptrace_hbp_fill_attr_ctrl()
/linux-4.1.27/kernel/events/
H A Dhw_breakpoint.c90 if (bp->attr.bp_type & HW_BREAKPOINT_RW) find_slot_idx()
/linux-4.1.27/arch/arm/kernel/
H A Dhw_breakpoint.c492 *gen_type = HW_BREAKPOINT_RW; arch_bp_generic_fields()
537 case HW_BREAKPOINT_RW: arch_build_bp_info()
H A Dptrace.c530 implied_type = HW_BREAKPOINT_RW; ptrace_sethbpregs()

Completed in 279 milliseconds