Home
last modified time | relevance | path

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

/linux-4.4.14/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
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c1041 unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1072 if ((scn_addr < drmem.base_addr) in hot_add_drconf_scn_to_nid()
1073 || (scn_addr >= (drmem.base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1088 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1110 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1131 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1141 nid = hot_add_drconf_scn_to_nid(memory, scn_addr); in hot_add_scn_to_nid()
1144 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()