Home
last modified time | relevance | path

Searched refs:VM_NOHUGEPAGE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dmmflags.h199 {VM_NOHUGEPAGE, "nohugepage" }, \
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c162 vm_flags_set(vma, VM_NOHUGEPAGE); in subpage_mark_vma_nohuge()
/openbmc/linux/include/linux/
H A Dhuge_mm.h148 return (vm_flags & VM_NOHUGEPAGE) || in vma_thp_disabled()
H A Dmm.h317 #define VM_NOHUGEPAGE 0x40000000 /* MADV_NOHUGEPAGE marked this vma */ macro
446 #define VM_INIT_DEF_MASK VM_NOHUGEPAGE
/openbmc/linux/mm/
H A Dkhugepaged.c362 *vm_flags &= ~VM_NOHUGEPAGE; in hugepage_madvise()
373 *vm_flags |= VM_NOHUGEPAGE; in hugepage_madvise()
H A Dshmem.c546 if (mm && ((vm_flags & VM_NOHUGEPAGE) || test_bit(MMF_DISABLE_THP, &mm->flags))) in __shmem_is_huge()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c2539 vm_flags_mod(vma, VM_NOHUGEPAGE, VM_HUGEPAGE); in thp_split_mm()
2542 mm->def_flags |= VM_NOHUGEPAGE; in thp_split_mm()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c679 [ilog2(VM_NOHUGEPAGE)] = "nh", in show_smap_vma_flags()