Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/mm/
Dinit.c112 static bool __initdata can_use_brk_pgt = true; variable
135 if ((pgt_buf_end + num) > pgt_buf_top || !can_use_brk_pgt) { in alloc_low_pages()
144 if (!ret && can_use_brk_pgt) in alloc_low_pages()
573 can_use_brk_pgt = max(start, (u64)pgt_buf_end<<PAGE_SHIFT) >= in init_range_memory_mapping()
577 can_use_brk_pgt = true; in init_range_memory_mapping()