Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsparsemem.h37 extern int hot_add_scn_to_nid(unsigned long scn_addr);
39 static inline int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
/Linux-v4.19/arch/powerpc/mm/
Dnuma.c930 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
945 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
946 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
961 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
983 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1004 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1014 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1017 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()