Searched refs:call_pernode_memory (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H 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
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | meminit.h | 52 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
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | discontig.c | 501 /* These actually end up getting called by call_pernode_memory() */ in find_memory() 542 * call_pernode_memory - use SRAT to call callback functions with node info 554 void call_pernode_memory(unsigned long start, unsigned long len, void *arg) in call_pernode_memory() function
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | discontig.c | 502 /* These actually end up getting called by call_pernode_memory() */ in find_memory() 543 * call_pernode_memory - use SRAT to call callback functions with node info 555 void call_pernode_memory(unsigned long start, unsigned long len, void *arg) in call_pernode_memory() function
|
Completed in 5 milliseconds