Home
last modified time | relevance | path

Searched refs:__alloc_bootmem_huge_page (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dhugetlb.h760 int __init __alloc_bootmem_huge_page(struct hstate *h, int nid);
1073 static inline int __alloc_bootmem_huge_page(struct hstate *h)
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c248 return __alloc_bootmem_huge_page(h, nid); in alloc_bootmem_huge_page()
/openbmc/linux/mm/
H A Dhugetlb.c3189 int __alloc_bootmem_huge_page(struct hstate *h, int nid) in __alloc_bootmem_huge_page() function