Searched refs:scn_addr (Results 1 – 2 of 2) sorted by relevance
22 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
1034 unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument1065 if ((scn_addr < drmem.base_addr) in hot_add_drconf_scn_to_nid()1066 || (scn_addr >= (drmem.base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()1081 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument1103 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()1124 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument1134 nid = hot_add_drconf_scn_to_nid(memory, scn_addr); in hot_add_scn_to_nid()1137 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()