Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsparsemem.h16 extern int remove_section_mapping(unsigned long start, unsigned long end);
/linux/arch/powerpc/mm/
H A Dmem.c74 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping() function
105 ret = remove_section_mapping(start, start + size); in arch_remove_linear_mapping()