Home
last modified time | relevance | path

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

/external/strace/xlat/
Dhw_breakpoint_type.h13 #if defined(HW_BREAKPOINT_R) || (defined(HAVE_DECL_HW_BREAKPOINT_R) && HAVE_DECL_HW_BREAKPOINT_R)
15 static_assert((HW_BREAKPOINT_R) == (1), "HW_BREAKPOINT_R != 1");
18 # define HW_BREAKPOINT_R 1
54 XLAT(HW_BREAKPOINT_R),
Dhw_breakpoint_type.in3 HW_BREAKPOINT_R 1
/external/kernel-headers/original/uapi/linux/
Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c54 attr.bp_type = HW_BREAKPOINT_R; in breakpoint_test()
134 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle()