Home
last modified time | relevance | path

Searched refs:scn_addr (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dsparsemem.h22 extern int hot_add_scn_to_nid(unsigned long scn_addr);
24 static inline int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
/arch/powerpc/mm/
Dnuma.c1070 unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1101 if ((scn_addr < drmem.base_addr) in hot_add_drconf_scn_to_nid()
1102 || (scn_addr >= (drmem.base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1117 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1139 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1160 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1170 nid = hot_add_drconf_scn_to_nid(memory, scn_addr); in hot_add_scn_to_nid()
1173 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()