Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
A Dsparsemem.h21 extern int hot_add_scn_to_nid(unsigned long scn_addr);
23 static inline int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
/arch/powerpc/mm/
A Dnuma.c1251 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1266 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
1267 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1282 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1296 if ((scn_addr < res.start) || (scn_addr > res.end)) in hot_add_node_scn_to_nid()
1317 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1327 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1330 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()

Completed in 6 milliseconds