Home
last modified time | relevance | path

Searched refs:MAP_SYNC (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch4 Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux
7 linux only wires MAP_SYNC and MAP_SHARED_VALIDATE for architectures
34 +#ifndef MAP_SYNC
35 #define MAP_SYNC 0x0
36 +#endif /* MAP_SYNC */
/openbmc/linux/include/linux/
H A Dmman.h31 #ifndef MAP_SYNC
32 #define MAP_SYNC 0 macro
159 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
/openbmc/qemu/util/
H A Dmmap-alloc.c16 #define MAP_SYNC 0x0 macro
204 map_sync_flags = MAP_SYNC | MAP_SHARED_VALIDATE; in mmap_activate()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch24 @@ -324,7 +324,6 @@ pub const MAP_SYNC: ::c_int = 0x080000;
64 @@ -313,7 +313,6 @@ pub const MAP_SYNC: ::c_int = 0x080000;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0002-include-include-xfs-linux.h-after-sys-mman.h.patch6 This helps compiling with musl which goes ahead and undefines MAP_SYNC
/openbmc/qemu/docs/system/devices/
H A Dvirtio-pmem.rst67 With virtio pmem device, MAP_SYNC mmap flag is not supported. This provides
/openbmc/qemu/docs/
H A Dnvdimm.txt174 support for the MAP_SYNC flag in the mmap system call (available
179 are not set, if the backend file does not support DAX or if MAP_SYNC
/openbmc/linux/drivers/dax/
H A Ddevice.c380 .mmap_supported_flags = MAP_SYNC,
/openbmc/linux/fs/ext4/
H A Dfile.c941 .mmap_supported_flags = MAP_SYNC,
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc31 file://0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \
/openbmc/linux/fs/xfs/
H A Dxfs_file.c1494 .mmap_supported_flags = MAP_SYNC,
/openbmc/qemu/linux-user/
H A Dstrace.c1192 FLAG_TARGET(MAP_SYNC),
H A Dsyscall.c5864 #ifndef MAP_SYNC
5865 #define MAP_SYNC 0 macro
5955 host_flags |= MAP_SYNC; in do_mmap()
/openbmc/linux/
H A Dopengrok0.0.log[all...]