Searched refs:MAP_SYNC (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch | 4 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 D | mman.h | 31 #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 D | mmap-alloc.c | 16 #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 D | mman-common.h | 30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman-common.h | 30 #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 D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 24 @@ -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 D | 0002-include-include-xfs-linux.h-after-sys-mman.h.patch | 6 This helps compiling with musl which goes ahead and undefines MAP_SYNC
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-pmem.rst | 67 With virtio pmem device, MAP_SYNC mmap flag is not supported. This provides
|
/openbmc/qemu/docs/ |
H A D | nvdimm.txt | 174 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 D | device.c | 380 .mmap_supported_flags = MAP_SYNC,
|
/openbmc/linux/fs/ext4/ |
H A D | file.c | 941 .mmap_supported_flags = MAP_SYNC,
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 31 file://0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_file.c | 1494 .mmap_supported_flags = MAP_SYNC,
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1192 FLAG_TARGET(MAP_SYNC),
|
H A D | syscall.c | 5864 #ifndef MAP_SYNC 5865 #define MAP_SYNC 0 macro 5955 host_flags |= MAP_SYNC; in do_mmap()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |