Home
last modified time | relevance | path

Searched refs:alloc_bootmem_align (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbootmem.h141 #define alloc_bootmem_align(x, align) \ macro
/Linux-v4.19/arch/x86/xen/
Dp2m.c183 return alloc_bootmem_align(PAGE_SIZE, PAGE_SIZE); in alloc_p2m_page()