Searched refs:VM_MERGEABLE (Results 1 – 4 of 4) sorted by relevance
83 if (vm_flags & VM_MERGEABLE) in arch_validate_flags()
259 {VM_MERGEABLE, "mergeable" } \
959 [ilog2(VM_MERGEABLE)] = "mg", in show_smap_vma_flags()
324 #define VM_MERGEABLE 0x80000000 /* KSM may merge identical pages */ macro