Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit.c116 static bool __initdata can_use_brk_pgt = true; variable
139 if ((pgt_buf_end + num) > pgt_buf_top || !can_use_brk_pgt) { in alloc_low_pages()
150 else if (can_use_brk_pgt) in alloc_low_pages()
594 can_use_brk_pgt = max(start, (u64)pgt_buf_end<<PAGE_SHIFT) >= in init_range_memory_mapping()
598 can_use_brk_pgt = true; in init_range_memory_mapping()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dinit.c113 static bool __initdata can_use_brk_pgt = true; variable
136 if ((pgt_buf_end + num) > pgt_buf_top || !can_use_brk_pgt) { in alloc_low_pages()
145 if (!ret && can_use_brk_pgt) in alloc_low_pages()
589 can_use_brk_pgt = max(start, (u64)pgt_buf_end<<PAGE_SHIFT) >= in init_range_memory_mapping()
593 can_use_brk_pgt = true; in init_range_memory_mapping()

Completed in 3 milliseconds