Home
last modified time | relevance | path

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

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