Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dinit.c122 #define INIT_PGT_BUF_SIZE (6 * PAGE_SIZE) macro
123 RESERVE_BRK(early_pgt_alloc, INIT_PGT_BUF_SIZE);
126 unsigned long tables = INIT_PGT_BUF_SIZE; in early_alloc_pgt_buf()