Home
last modified time | relevance | path

Searched refs:TARGET_O_DIRECT (Results 1 – 9 of 9) sorted by relevance

/qemu/linux-user/generic/
H A Dfcntl.h40 #ifndef TARGET_O_DIRECT
41 #define TARGET_O_DIRECT 040000 /* direct disk access hint */ macro
/qemu/linux-user/aarch64/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/qemu/linux-user/ppc/
H A Dtarget_fcntl.h14 #define TARGET_O_DIRECT 0400000 /* direct disk access hint */ macro
/qemu/linux-user/arm/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/qemu/linux-user/m68k/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/qemu/linux-user/alpha/
H A Dtarget_fcntl.h21 #define TARGET_O_DIRECT 02000000 /* direct disk access hint */ macro
/qemu/linux-user/mips/
H A Dtarget_fcntl.h21 #define TARGET_O_DIRECT 0x8000 /* direct disk access hint */ macro
/qemu/linux-user/sparc/
H A Dtarget_fcntl.h25 #define TARGET_O_DIRECT 0x100000 /* direct disk access hint */ macro
/qemu/linux-user/
H A Dsyscall.c441 { TARGET_O_DIRECT, TARGET_O_DIRECT, O_DIRECT, O_DIRECT, },