Home
last modified time | relevance | path

Searched refs:TARGET_NR_swapon (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h233 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h228 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h210 #define TARGET_NR_swapon 224 macro
H A Dsyscall64_nr.h232 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h233 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h234 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h234 #define TARGET_NR_swapon 224 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h95 #define TARGET_NR_swapon 87 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1487 #ifdef TARGET_NR_swapon
1488 { TARGET_NR_swapon, "swapon" , NULL, NULL, NULL },
H A Dsyscall.c10333 #ifdef TARGET_NR_swapon in _syscall2()
10334 case TARGET_NR_swapon: in _syscall2()