Searched refs:alloc_bootmem_align (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | bootmem.h | 141 #define alloc_bootmem_align(x, align) \ macro |
/Linux-v4.19/arch/x86/xen/ | ||
D | p2m.c | 183 return alloc_bootmem_align(PAGE_SIZE, PAGE_SIZE); in alloc_p2m_page() |