Home
last modified time | relevance | path

Searched refs:control_code_page (Results 1 – 17 of 17) sorted by relevance

/linux/arch/x86/kernel/
H A Dmachine_kexec_32.c105 control_page = page_address(image->control_code_page); in machine_kexec_prepare_page_tables()
139 set_memory_x((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_prepare()
153 set_memory_nx((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_cleanup()
197 control_page = page_address(image->control_code_page); in machine_kexec()
H A Dmachine_kexec_64.c133 paddr = __pa(page_address(image->control_code_page)+PAGE_SIZE); in init_transition_pgtable()
276 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
333 control_page = page_address(image->control_code_page) + PAGE_SIZE; in machine_kexec()
339 (unsigned long)__pa(page_address(image->control_code_page)); in machine_kexec()
548 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in arch_kexec_protect_crashkres()
/linux/arch/riscv/kernel/
H A Dmachine_kexec.c63 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
64 control_code_buffer_sz = page_size(image->control_code_page); in machine_kexec_prepare()
188 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/s390/kernel/
H A Dmachine_kexec.c202 reboot_code_buffer = page_to_virt(image->control_code_page); in machine_kexec_prepare()
230 data_mover = page_to_phys(image->control_code_page); in __do_machine_kexec()
/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c88 kimage->control_code_page = virt_to_page((void *)KEXEC_CONTROL_CODE); in machine_kexec_prepare()
90 reboot_code_buffer = (unsigned long)page_address(kimage->control_code_page); in machine_kexec_prepare()
/linux/kernel/
H A Dkexec.c67 image->control_code_page = kimage_alloc_control_pages(image, in kimage_alloc_init()
69 if (!image->control_code_page) { in kimage_alloc_init()
H A Dkexec_file.c306 image->control_code_page = kimage_alloc_control_pages(image, in kimage_file_alloc_init()
308 if (!image->control_code_page) { in kimage_file_alloc_init()
/linux/arch/m68k/kernel/
H A Dmachine_kexec.c44 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/powerpc/kexec/
H A Dcore_32.c47 (unsigned long)page_address(image->control_code_page); in default_machine_kexec()
H A Dcore_64.c376 page_address(image->control_code_page), in default_machine_kexec()
/linux/arch/parisc/kernel/
H A Dkexec.c80 unsigned long phys = page_to_phys(image->control_code_page); in machine_kexec()
/linux/arch/mips/loongson64/
H A Dreset.c116 image->control_code_page = virt_to_page((void *)KEXEC_CTRL_CODE); in loongson_kexec_prepare()
/linux/arch/arm/kernel/
H A Dmachine_kexec.c181 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/sh/kernel/
H A Dmachine_kexec.c105 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux/arch/mips/kernel/
H A Dmachine_kexec.c216 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux/arch/arm64/kernel/
H A Dmachine_kexec.c109 void *reloc_code = page_to_virt(kimage->control_code_page); in machine_kexec_post_load()
/linux/include/linux/
H A Dkexec.h300 struct page *control_code_page; member