Home
last modified time | relevance | path

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

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