Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dmmap.c132 if (vma->vm_flags & VM_MPX) in arch_vma_name()
Dmpx.c54 vm_flags = VM_READ | VM_WRITE | VM_MPX | in mpx_mmap()
646 if (!(vma->vm_flags & VM_MPX)) in zap_bt_entries()
908 if (vma->vm_flags & VM_MPX) in mpx_notify_unmap()
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt82 special track of the memory with a VM_MPX flag.
/linux-4.1.27/include/linux/
Dmm.h172 # define VM_MPX VM_ARCH_2 macro
/linux-4.1.27/fs/proc/
Dtask_mmu.c580 [ilog2(VM_MPX)] = "mp", in show_smap_vma_flags()