Home
last modified time | relevance | path

Searched refs:__NR_ioperm (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h177 #define __NR_ioperm 173 macro
H A Dunistd_32.h105 #define __NR_ioperm 101 macro
H A Dunistd_x32.h159 #define __NR_ioperm (__X32_SYSCALL_BIT + 173) macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_32.h89 #define __NR_ioperm 101 macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h105 #define __NR_ioperm 101 macro
H A Dunistd_32.h105 #define __NR_ioperm 101 macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_o32.h105 #define __NR_ioperm (__NR_Linux + 101) macro
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1375 else if (syscall(__NR_ioperm, 0x501, 1, 1) == 0) in main()