HomeSort by relevance Sort by last modified time
    Searched refs:HW_BREAKPOINT_R (Results 1 - 5 of 5) sorted by null

  /external/strace/xlat/
hw_breakpoint_type.in 3 HW_BREAKPOINT_R 1
hw_breakpoint_type.h 13 #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),
  /bionic/libc/kernel/uapi/linux/
hw_breakpoint.h 33 HW_BREAKPOINT_R = 1,
35 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
  /external/kernel-headers/original/uapi/linux/
hw_breakpoint.h 18 HW_BREAKPOINT_R = 1,
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
perf-hwbreak.c 58 attr.bp_type = HW_BREAKPOINT_R;
138 if (readwriteflag & HW_BREAKPOINT_R)

Completed in 854 milliseconds