Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H 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
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dnuma.c1043 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1058 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
1059 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1074 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1096 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1117 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1127 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1130 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()