Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsparsemem.h26 extern int hot_add_scn_to_nid(unsigned long scn_addr);
28 static inline int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
/Linux-v5.4/arch/powerpc/mm/
Dnuma.c958 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
973 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
974 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
989 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1011 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1032 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1042 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1045 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()