Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkexec.h6 # define PA_CONTROL_PAGE 0 macro
12 # define PA_CONTROL_PAGE 0 macro
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c201 page_list[PA_CONTROL_PAGE] = __pa(control_page); in machine_kexec()
H A Drelocate_kernel_64.S88 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8
H A Drelocate_kernel_32.S83 movl PTR(PA_CONTROL_PAGE)(%ebp), %edi
H A Dmachine_kexec_64.c339 page_list[PA_CONTROL_PAGE] = virt_to_phys(control_page); in machine_kexec()