PAGE_ALIGNED       29 arch/x86/kernel/machine_kexec_32.c static u32 kexec_pgd[1024] PAGE_ALIGNED;
PAGE_ALIGNED       31 arch/x86/kernel/machine_kexec_32.c static u32 kexec_pmd0[1024] PAGE_ALIGNED;
PAGE_ALIGNED       32 arch/x86/kernel/machine_kexec_32.c static u32 kexec_pmd1[1024] PAGE_ALIGNED;
PAGE_ALIGNED       34 arch/x86/kernel/machine_kexec_32.c static u32 kexec_pte0[1024] PAGE_ALIGNED;
PAGE_ALIGNED       35 arch/x86/kernel/machine_kexec_32.c static u32 kexec_pte1[1024] PAGE_ALIGNED;
PAGE_ALIGNED       22 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pgd[512] PAGE_ALIGNED;
PAGE_ALIGNED       23 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pud0[512] PAGE_ALIGNED;
PAGE_ALIGNED       24 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pmd0[512] PAGE_ALIGNED;
PAGE_ALIGNED       25 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pte0[512] PAGE_ALIGNED;
PAGE_ALIGNED       26 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pud1[512] PAGE_ALIGNED;
PAGE_ALIGNED       27 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pmd1[512] PAGE_ALIGNED;
PAGE_ALIGNED       28 arch/x86/kernel/machine_kexec_64.c static u64 kexec_pte1[512] PAGE_ALIGNED;