Home
last modified time | relevance | path

Searched refs:VM_MPX (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dmpx.c54 MAP_ANONYMOUS | MAP_PRIVATE, VM_MPX, 0, &populate); in mpx_mmap()
796 if (!(vma->vm_flags & VM_MPX)) in zap_bt_entries_mapping()
929 while (next && (next->vm_flags & VM_MPX)) in try_unmap_single_bt()
931 while (prev && (prev->vm_flags & VM_MPX)) in try_unmap_single_bt()
1032 if (vma->vm_flags & VM_MPX) in mpx_notify_unmap()
Dmmap.c132 if (vma->vm_flags & VM_MPX) in arch_vma_name()
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt82 special track of the memory with a VM_MPX flag.
/linux-4.4.14/fs/proc/
Dtask_mmu.c596 [ilog2(VM_MPX)] = "mp", in show_smap_vma_flags()
/linux-4.4.14/include/linux/
Dmm.h177 # define VM_MPX VM_ARCH_2 macro