Home
last modified time | relevance | path

Searched refs:create_section_mapping (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dsparsemem.h27 extern int create_section_mapping(unsigned long start, unsigned long end, int nid);
/Linux-v4.19/arch/powerpc/mm/
Dmem.c111 int __weak create_section_mapping(unsigned long start, unsigned long end, int nid) in create_section_mapping() function
131 rc = create_section_mapping(start, start + size, nid); in arch_add_memory()
Dpgtable-book3s64.c170 int __meminit create_section_mapping(unsigned long start, unsigned long end, int nid) in create_section_mapping() function