Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py88 self.SECTION_IS_EARLY = 1 << int(gdb.parse_and_eval('SECTION_IS_EARLY_BIT'))
166 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_IS_EARLY):
/linux/include/linux/
H A Dmmzone.h2007 #define SECTION_IS_EARLY BIT(SECTION_IS_EARLY_BIT) macro
2041 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section()
/linux/mm/
H A Dsparse.c503 sparse_usagebuf, SECTION_IS_EARLY | flags); in sparse_init_early_section()