Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dmm.py83 self.SECTION_IS_EARLY = 1 << int(gdb.parse_and_eval('SECTION_IS_EARLY_BIT'))
161 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_IS_EARLY):
/openbmc/linux/include/linux/
H A Dmmzone.h1887 #define SECTION_IS_EARLY BIT(SECTION_IS_EARLY_BIT) macro
1918 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section()
/openbmc/linux/mm/
H A Dsparse.c537 SECTION_IS_EARLY); in sparse_init_nid()