Searched refs:call_pernode_memory (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
H A Dmeminit.h52 extern void call_pernode_memory (unsigned long start, unsigned long len, void *func);
54 # define call_pernode_memory(start, len, func) (*func)(start, len, 0) macro
/linux-4.4.14/arch/ia64/mm/
H A Ddiscontig.c540 /* These actually end up getting called by call_pernode_memory() */ find_memory()
611 * call_pernode_memory - use SRAT to call callback functions with node info
623 void call_pernode_memory(unsigned long start, unsigned long len, void *arg) call_pernode_memory() function
663 * end page frame number. This routine will be called by call_pernode_memory()
/linux-4.4.14/arch/ia64/kernel/
H A Dsetup.c168 call_pernode_memory(__pa(range_start), range_end - range_start, func); filter_rsvd_memory()
198 call_pernode_memory(__pa(start), end - start, func); filter_memory()

Completed in 100 milliseconds