Home
last modified time | relevance | path

Searched defs:TARGET_O_DIRECT (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/arm/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/m68k/
H A Dtarget_fcntl.h13 #define TARGET_O_DIRECT 0200000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/ppc/
H A Dtarget_fcntl.h14 #define TARGET_O_DIRECT 0400000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h21 #define TARGET_O_DIRECT 02000000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h25 #define TARGET_O_DIRECT 0x100000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h21 #define TARGET_O_DIRECT 0x8000 /* direct disk access hint */ macro
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h41 #define TARGET_O_DIRECT 040000 /* direct disk access hint */ macro