Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmman.h31 #ifndef MAP_SYNC
32 #define MAP_SYNC 0 macro
157 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
/linux-6.15/include/uapi/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/linux-6.15/mm/
H A Dmmap.c435 flags_mask |= MAP_SYNC; in do_mmap()