HomeSort by relevance Sort by last modified time
    Searched defs:__ARM_NR_cacheflush (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd.h 28 #define __ARM_NR_cacheflush (__ARM_NR_BASE + 2)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd.h 35 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 71 # ifndef __ARM_NR_cacheflush
72 # define __ARM_NR_cacheflush 0xf0002
74 syscall(__ARM_NR_cacheflush, begin, end, 0);
    [all...]

Completed in 217 milliseconds