Searched refs:PUD_TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance
43 pudp = memblock_alloc(PUD_TABLE_SIZE, PUD_TABLE_SIZE); in kasan_map_kernel_page()44 memcpy(pudp, kasan_early_shadow_pud, PUD_TABLE_SIZE); in kasan_map_kernel_page()
20 #define PUD_TABLE_SIZE (sizeof(pud_t) << PUD_INDEX_SIZE) macro
99 pudp = early_alloc_pgtable(PUD_TABLE_SIZE); in map_kernel_page()
29 #define PUD_TABLE_SIZE 0 macro
131 #define PUD_TABLE_SIZE 0 macro
3181 #ifndef PUD_TABLE_SIZE3182 #define PUD_TABLE_SIZE PAGE_SIZE macro3212 new = memblock_alloc(PUD_TABLE_SIZE, PUD_TABLE_SIZE); in pcpu_populate_pte()
190 #define PUD_TABLE_SIZE __pud_table_size macro