Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dmachine_kexec_32.c116 control_page = page_address(image->control_code_page); in machine_kexec_prepare_page_tables()
150 set_memory_x((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_prepare()
164 set_memory_nx((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_cleanup()
208 control_page = page_address(image->control_code_page); in machine_kexec()
Dmachine_kexec_64.c134 paddr = __pa(page_address(image->control_code_page)+PAGE_SIZE); in init_transition_pgtable()
306 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
355 control_page = page_address(image->control_code_page) + PAGE_SIZE; in machine_kexec()
361 (unsigned long)__pa(page_address(image->control_code_page)); in machine_kexec()
573 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmachine_kexec.c63 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
92 code_addr = (unsigned long)page_address(image->control_code_page); in ia64_machine_kexec()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dmachine_kexec.c210 reboot_code_buffer = (void *) page_to_phys(image->control_code_page); in machine_kexec_prepare()
250 data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page); in __do_machine_kexec()
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dmachine_kexec.c43 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/kernel/
Dkexec.c82 image->control_code_page = kimage_alloc_control_pages(image, in kimage_alloc_init()
84 if (!image->control_code_page) { in kimage_alloc_init()
Dkexec_file.c303 image->control_code_page = kimage_alloc_control_pages(image, in kimage_file_alloc_init()
305 if (!image->control_code_page) { in kimage_file_alloc_init()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcore_32.c47 (unsigned long)page_address(image->control_code_page); in default_machine_kexec()
Dcore_64.c372 page_address(image->control_code_page), in default_machine_kexec()
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dkexec.c78 unsigned long phys = page_to_phys(image->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dmachine_kexec.c172 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dmachine_kexec.c105 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dmachine_kexec.c215 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dmachine_kexec.c158 reboot_code_buffer_phys = page_to_phys(kimage->control_code_page); in machine_kexec()
/kernel/linux/linux-5.10/include/linux/
Dkexec.h287 struct page *control_code_page; member