Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/kasan/
H A Dinit_book3e_64.c43 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()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h20 #define PUD_TABLE_SIZE (sizeof(pud_t) << PUD_INDEX_SIZE) macro
/linux/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c99 pudp = early_alloc_pgtable(PUD_TABLE_SIZE); in map_kernel_page()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h25 #define PUD_TABLE_SIZE 0 macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h108 #define PUD_TABLE_SIZE 0 macro
/linux/mm/
H A Dpercpu.c3169 #ifndef PUD_TABLE_SIZE in pcpu_embed_first_chunk()
3170 #define PUD_TABLE_SIZE PAGE_SIZE in pcpu_embed_first_chunk()
3196 pud = memblock_alloc(PUD_TABLE_SIZE, PUD_TABLE_SIZE);
3194 #define PUD_TABLE_SIZE global() macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h173 #define PUD_TABLE_SIZE __pud_table_size macro