Searched refs:__NR_swapoff (Results 1 - 25 of 27) sorted by relevance

12

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h239 #define __NR_swapoff 168 macro
H A Dvki-scnums-arm64-linux.h270 #define __NR_swapoff 225 macro
H A Dvki-scnums-s390x-linux.h124 #define __NR_swapoff 115 macro
H A Dvki-scnums-tilegx-linux.h382 #define __NR_swapoff 225 macro
H A Dvki-scnums-arm-linux.h152 #define __NR_swapoff 115 macro
H A Dvki-scnums-ppc32-linux.h152 #define __NR_swapoff 115 macro
H A Dvki-scnums-ppc64-linux.h152 #define __NR_swapoff 115 macro
H A Dvki-scnums-x86-linux.h152 #define __NR_swapoff 115 macro
H A Dvki-scnums-mips64-linux.h202 #define __NR_swapoff (__NR_Linux + 163) macro
H A Dvki-scnums-mips32-linux.h155 #define __NR_swapoff (__NR_Linux + 115) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h910 #if !defined(__NR_swapoff)
911 #define __NR_swapoff 225 macro
H A Dx86_64_linux_syscalls.h685 #if !defined(__NR_swapoff)
686 #define __NR_swapoff 168 macro
H A Dx86_32_linux_syscalls.h473 #if !defined(__NR_swapoff)
474 #define __NR_swapoff 115 macro
H A Darm_linux_syscalls.h352 #if !defined(__NR_swapoff)
353 #define __NR_swapoff (__NR_SYSCALL_BASE+115) macro
H A Dmips64_linux_syscalls.h668 #if !defined(__NR_swapoff)
669 #define __NR_swapoff (__NR_Linux + 163) macro
H A Dmips_linux_syscalls.h476 #if !defined(__NR_swapoff)
477 #define __NR_swapoff (__NR_Linux + 115) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h119 #define __NR_swapoff 115 macro
H A Dunistd_64.h172 #define __NR_swapoff 168 macro
H A Dunistd_x32.h154 #define __NR_swapoff (__X32_SYSCALL_BIT + 168) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h138 #define __NR_swapoff (__NR_Linux + 115) macro
563 #define __NR_swapoff (__NR_Linux + 163) macro
900 #define __NR_swapoff (__NR_Linux + 163) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h143 #define __NR_swapoff (__NR_SYSCALL_BASE+115) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc670 case __NR_swapoff:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h617 #define __NR_swapoff 225 macro
618 __SYSCALL(__NR_swapoff, sys_swapoff)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-mips64-linux.c800 PLAX_ (__NR_swapoff, sys_swapoff),
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c528 // __NR_swapoff 115
529 GO(__NR_swapoff, "n/a");
530 //SY(__NR_swapoff); // (Not yet handled by Valgrind) FAIL;

Completed in 131 milliseconds

12