Searched refs:setup_bootmem_node (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | mmzone.h | 28 void __init setup_bootmem_node(int nid, unsigned long start, unsigned long end); 31 setup_bootmem_node(int nid, unsigned long start, unsigned long end) in setup_bootmem_node() function
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
D | setup-shx3.c | 386 setup_bootmem_node(nid++, 0x145f0000, 0x14610000); /* CPU0 */ in plat_mem_setup() 390 setup_bootmem_node(nid++, 0x14df0000, 0x14e10000); /* CPU1 */ in plat_mem_setup() 391 setup_bootmem_node(nid++, 0x155f0000, 0x15610000); /* CPU2 */ in plat_mem_setup() 392 setup_bootmem_node(nid++, 0x15df0000, 0x15e10000); /* CPU3 */ in plat_mem_setup() 395 setup_bootmem_node(nid++, 0x16000000, 0x16020000); /* CSM */ in plat_mem_setup()
|
D | setup-sh7722.c | 665 setup_bootmem_node(1, 0x055f0000, 0x05610000); in plat_mem_setup()
|
D | setup-sh7785.c | 607 setup_bootmem_node(1, 0xe55f0000, 0xe5610000); in plat_mem_setup()
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | numa.c | 26 void __init setup_bootmem_node(int nid, unsigned long start, unsigned long end) in setup_bootmem_node() function
|