Home
last modified time | relevance | path

Searched refs:TARGET_MADV_DONTNEED (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/generic/
H A Dtarget_mman.h78 #ifndef TARGET_MADV_DONTNEED
79 #define TARGET_MADV_DONTNEED 4 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_mman.h17 #define TARGET_MADV_DONTNEED 6 macro
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h98 #define TARGET_MADV_DONTNEED 4 /* dont need these pages */ macro
/openbmc/qemu/linux-user/
H A Dmmap.c986 case TARGET_MADV_DONTNEED: /* alpha */ in target_madvise()