Home
last modified time | relevance | path

Searched refs:scn_addr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dnuma.c1271 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1286 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
1287 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1302 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1324 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()
1345 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1355 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1358 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c1257 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument
1272 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()
1273 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()
1288 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument
1302 if ((scn_addr < res.start) || (scn_addr > res.end)) in hot_add_node_scn_to_nid()
1323 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1333 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()
1336 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()

Completed in 7 milliseconds