Home
last modified time | relevance | path

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

/external/strace/xlat/
Dhw_breakpoint_type.h20 #if defined(HW_BREAKPOINT_W) || (defined(HAVE_DECL_HW_BREAKPOINT_W) && HAVE_DECL_HW_BREAKPOINT_W)
22 static_assert((HW_BREAKPOINT_W) == (2), "HW_BREAKPOINT_W != 2");
25 # define HW_BREAKPOINT_W 2
55 XLAT(HW_BREAKPOINT_W),
Dhw_breakpoint_type.in4 HW_BREAKPOINT_W 2
/external/kernel-headers/original/uapi/linux/
Dhw_breakpoint.h19 HW_BREAKPOINT_W = 2, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c136 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()