Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_W (Results 1 – 10 of 10) 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/syzkaller/sys/linux/
Dperf_amd64.const4 HW_BREAKPOINT_W = 2
Dperf_arm.const4 HW_BREAKPOINT_W = 2
Dperf_386.const4 HW_BREAKPOINT_W = 2
Dperf_arm64.const4 HW_BREAKPOINT_W = 2
Dperf_ppc64le.const4 HW_BREAKPOINT_W = 2
Dperf.txt28 perf_bp_type = HW_BREAKPOINT_EMPTY, HW_BREAKPOINT_R, HW_BREAKPOINT_W, HW_BREAKPOINT_X
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c140 if (readwriteflag & HW_BREAKPOINT_W) in runtestsingle()