Searched refs:call_pernode_memory (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | meminit.h | 50 extern void call_pernode_memory (unsigned long start, unsigned long len, void *func); 52 # define call_pernode_memory(start, len, func) (*func)(start, len, 0) macro
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | setup.c | 168 call_pernode_memory(__pa(range_start), range_end - range_start, func); in filter_rsvd_memory() 198 call_pernode_memory(__pa(start), end - start, func); in filter_memory()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | discontig.c | 555 void call_pernode_memory(unsigned long start, unsigned long len, void *arg) in call_pernode_memory() function
|
Completed in 7 milliseconds