Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpgtable.c76 KERNEL_PGD_PTRS); in pgd_ctor()
80 KERNEL_PGD_PTRS); in pgd_ctor()
/arch/x86/kernel/
Dreboot.c319 sizeof(swapper_pg_dir [0]) * KERNEL_PGD_PTRS); in machine_real_restart()
Dsmpboot.c997 min_t(unsigned long, KERNEL_PGD_PTRS, KERNEL_PGD_BOUNDARY)); in native_cpu_up()
/arch/x86/include/asm/
Dpgtable.h475 #define KERNEL_PGD_PTRS (PTRS_PER_PGD - KERNEL_PGD_BOUNDARY) macro
/arch/x86/mach-voyager/
Dvoyager_smp.c543 min_t(unsigned long, KERNEL_PGD_PTRS, KERNEL_PGD_BOUNDARY)); in do_boot_cpu()