Home
last modified time | relevance | path

Searched refs:__NR_cachectl (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dmips64_linux_syscalls.h808 #if !defined(__NR_cachectl)
809 #define __NR_cachectl (__NR_Linux + 198) macro
Dmips_linux_syscalls.h610 #if !defined(__NR_cachectl)
611 #define __NR_cachectl (__NR_Linux + 148) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h171 #define __NR_cachectl (__NR_Linux + 148) macro
605 #define __NR_cachectl (__NR_Linux + 198) macro
948 #define __NR_cachectl (__NR_Linux + 198) macro
/external/valgrind/include/vki/
Dvki-scnums-mips64-linux.h237 #define __NR_cachectl (__NR_Linux + 198) macro
Dvki-scnums-mips32-linux.h188 #define __NR_cachectl (__NR_Linux + 148) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc1043 case __NR_cachectl: in IsMipsPrivate()