Home
last modified time | relevance | path

Searched refs:hugetlb_cma_reserve (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dhugetlb.h1235 extern void __init hugetlb_cma_reserve(int order);
1237 static inline __init void hugetlb_cma_reserve(int order) in hugetlb_cma_reserve() function
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c619 hugetlb_cma_reserve(order); in gigantic_hugetlb_cma_reserve()
/openbmc/linux/arch/arm64/mm/
H A Dhugetlbpage.c55 hugetlb_cma_reserve(order); in arm64_hugetlb_cma_reserve()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c963 hugetlb_cma_reserve(PUD_SHIFT - PAGE_SHIFT); in setup_arch()
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c1225 hugetlb_cma_reserve(PUD_SHIFT - PAGE_SHIFT); in setup_arch()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c288 hugetlb_cma_reserve(PUD_SHIFT - PAGE_SHIFT); in setup_bootmem()
/openbmc/linux/mm/
H A Dhugetlb.c7401 void __init hugetlb_cma_reserve(int order) in hugetlb_cma_reserve() function