Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Duncached.h8 extern unsigned long uncached_alloc_page(int starting_nid, int n_pages);
/openbmc/linux/arch/ia64/kernel/
H A Duncached.c177 unsigned long uncached_alloc_page(int starting_nid, int n_pages) in uncached_alloc_page() function
207 EXPORT_SYMBOL(uncached_alloc_page);
/openbmc/linux/drivers/char/
H A Dmspec.c146 maddr = uncached_alloc_page(numa_node_id(), 1); in mspec_fault()