Home
last modified time | relevance | path

Searched refs:MAP_NONBLOCK (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x40000 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h28 #define MAP_NONBLOCK 0x20000 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h27 #define MAP_NONBLOCK 0x20000 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h27 #define MAP_NONBLOCK 0x010000 /* do not block on IO */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h55 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h24 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h30 #define MAP_NONBLOCK 0x40000 /* do not block on IO */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h48 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h48 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/openbmc/linux/include/linux/
H A Dmman.h53 | MAP_NONBLOCK \
/openbmc/linux/mm/
H A Dmmap.c1384 (flags & (MAP_POPULATE | MAP_NONBLOCK)) == MAP_POPULATE)) in do_mmap()
3037 flags &= MAP_NONBLOCK; in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dstrace.c1127 FLAG_TARGET(MAP_NONBLOCK),
H A Dsyscall.c5859 { TARGET_MAP_NONBLOCK, TARGET_MAP_NONBLOCK, MAP_NONBLOCK, MAP_NONBLOCK },