Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkexec.h5 # define PA_CONTROL_PAGE 0 macro
11 # define PA_CONTROL_PAGE 0 macro
/arch/x86/kernel/
Dmachine_kexec_32.c222 page_list[PA_CONTROL_PAGE] = __pa(control_page); in machine_kexec()
Dmachine_kexec_64.c232 page_list[PA_CONTROL_PAGE] = virt_to_phys(control_page); in machine_kexec()
Drelocate_kernel_64.S78 movq PTR(PA_CONTROL_PAGE)(%rsi), %r8
Drelocate_kernel_32.S84 movl PTR(PA_CONTROL_PAGE)(%ebp), %edi