Home
last modified time | relevance | path

Searched refs:setup_bootmem_node (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/sh/include/asm/
Dmmzone.h28 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
/linux-6.6.21/arch/sh/kernel/cpu/sh4a/
Dsetup-shx3.c386 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()
Dsetup-sh7785.c607 setup_bootmem_node(1, 0xe55f0000, 0xe5610000); in plat_mem_setup()
Dsetup-sh7722.c665 setup_bootmem_node(1, 0x055f0000, 0x05610000); in plat_mem_setup()
/linux-6.6.21/arch/sh/mm/
Dnuma.c26 void __init setup_bootmem_node(int nid, unsigned long start, unsigned long end) in setup_bootmem_node() function