Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/mm/kasan/
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-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable-4k.h20 #define PUD_TABLE_SIZE (sizeof(pud_t) << PUD_INDEX_SIZE) macro
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A Dbook3e_pgtable.c99 pudp = early_alloc_pgtable(PUD_TABLE_SIZE); in map_kernel_page()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h29 #define PUD_TABLE_SIZE 0 macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h134 #define PUD_TABLE_SIZE 0 macro
/linux-6.3-rc2/mm/
A Dpercpu.c3173 #ifndef PUD_TABLE_SIZE
3174 #define PUD_TABLE_SIZE PAGE_SIZE macro
3204 new = memblock_alloc(PUD_TABLE_SIZE, PUD_TABLE_SIZE); in pcpu_populate_pte()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h190 #define PUD_TABLE_SIZE __pud_table_size macro

Completed in 15 milliseconds