Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h242 #define TARGET_NR_madvise 233 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h237 #define TARGET_NR_madvise 233 macro
/qemu/linux-user/riscv/
H A Dsyscall32_nr.h219 #define TARGET_NR_madvise 233 macro
H A Dsyscall64_nr.h241 #define TARGET_NR_madvise 233 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h243 #define TARGET_NR_madvise 233 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h242 #define TARGET_NR_madvise 233 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h227 #define TARGET_NR_madvise 219 macro
/qemu/linux-user/
H A Dstrace.list556 #ifdef TARGET_NR_madvise
557 { TARGET_NR_madvise, "madvise" , NULL, print_madvise, NULL },
H A Dstrace.c3142 #if defined(TARGET_NR_madvise)
H A Dsyscall.c12391 #ifdef TARGET_NR_madvise in _syscall2()
12392 case TARGET_NR_madvise: in _syscall2()