Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
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()
A Dmachine_kexec_64.c135 paddr = __pa(page_address(image->control_code_page)+PAGE_SIZE); in init_transition_pgtable()
278 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
327 control_page = page_address(image->control_code_page) + PAGE_SIZE; in machine_kexec()
333 (unsigned long)__pa(page_address(image->control_code_page)); in machine_kexec()
545 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
/linux/arch/riscv/kernel/
A Dmachine_kexec.c85 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
86 control_code_buffer_sz = page_size(image->control_code_page); in machine_kexec_prepare()
174 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/ia64/kernel/
A Dmachine_kexec.c64 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
93 code_addr = (unsigned long)page_address(image->control_code_page); in ia64_machine_kexec()
/linux/arch/s390/kernel/
A Dmachine_kexec.c211 reboot_code_buffer = (void *) page_to_phys(image->control_code_page); in machine_kexec_prepare()
251 data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page); in __do_machine_kexec()
/linux/kernel/
A Dkexec.c63 image->control_code_page = kimage_alloc_control_pages(image, in kimage_alloc_init()
65 if (!image->control_code_page) { in kimage_alloc_init()
A Dkexec_file.c328 image->control_code_page = kimage_alloc_control_pages(image, in kimage_file_alloc_init()
330 if (!image->control_code_page) { in kimage_file_alloc_init()
/linux/arch/m68k/kernel/
A Dmachine_kexec.c43 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/powerpc/kexec/
A Dcore_32.c47 (unsigned long)page_address(image->control_code_page); in default_machine_kexec()
A Dcore_64.c376 page_address(image->control_code_page), in default_machine_kexec()
/linux/arch/parisc/kernel/
A Dkexec.c78 unsigned long phys = page_to_phys(image->control_code_page); in machine_kexec()
/linux/arch/arm/kernel/
A Dmachine_kexec.c167 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux/arch/mips/loongson64/
A Dreset.c115 image->control_code_page = virt_to_page((void *)KEXEC_CTRL_CODE); in loongson_kexec_prepare()
/linux/arch/sh/kernel/
A Dmachine_kexec.c105 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux/arch/mips/kernel/
A Dmachine_kexec.c215 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux/include/linux/
A Dkexec.h257 struct page *control_code_page; member
/linux/arch/arm64/kernel/
A Dmachine_kexec.c120 void *reloc_code = page_to_virt(kimage->control_code_page); in machine_kexec_post_load()

Completed in 17 milliseconds