Home
last modified time | relevance | path

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

/linux-3.4.99/include/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-3.4.99/arch/arm/kernel/
Dhw_breakpoint.c490 *gen_type = HW_BREAKPOINT_RW; in arch_bp_generic_fields()
535 case HW_BREAKPOINT_RW: in arch_build_bp_info()
Dptrace.c525 implied_type = HW_BREAKPOINT_RW; in ptrace_sethbpregs()
/linux-3.4.99/kernel/events/
Dhw_breakpoint.c87 if (bp->attr.bp_type & HW_BREAKPOINT_RW) in find_slot_idx()