Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/gdb/linux/
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-6.12.1/include/linux/
Dmmzone.h1919 #define SECTION_IS_EARLY BIT(SECTION_IS_EARLY_BIT) macro
1950 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section()
/linux-6.12.1/mm/
Dsparse.c537 SECTION_IS_EARLY); in sparse_init_nid()