Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
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()
Dmachine_kexec_64.c136 paddr = __pa(page_address(image->control_code_page)+PAGE_SIZE); in init_transition_pgtable()
279 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
329 control_page = page_address(image->control_code_page) + PAGE_SIZE; in machine_kexec()
335 (unsigned long)__pa(page_address(image->control_code_page)); in machine_kexec()
553 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
/linux-6.1.9/arch/riscv/kernel/
Dmachine_kexec.c89 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
90 control_code_buffer_sz = page_size(image->control_code_page); in machine_kexec_prepare()
214 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux-6.1.9/arch/ia64/kernel/
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-6.1.9/arch/s390/kernel/
Dmachine_kexec.c213 reboot_code_buffer = (void *) page_to_phys(image->control_code_page); in machine_kexec_prepare()
259 data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page); in __do_machine_kexec()
/linux-6.1.9/kernel/
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()
Dkexec_file.c299 image->control_code_page = kimage_alloc_control_pages(image, in kimage_file_alloc_init()
301 if (!image->control_code_page) { in kimage_file_alloc_init()
/linux-6.1.9/arch/loongarch/kernel/
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-6.1.9/arch/m68k/kernel/
Dmachine_kexec.c43 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux-6.1.9/arch/powerpc/kexec/
Dcore_32.c47 (unsigned long)page_address(image->control_code_page); in default_machine_kexec()
Dcore_64.c375 page_address(image->control_code_page), in default_machine_kexec()
/linux-6.1.9/arch/parisc/kernel/
Dkexec.c78 unsigned long phys = page_to_phys(image->control_code_page); in machine_kexec()
/linux-6.1.9/arch/mips/loongson64/
Dreset.c116 image->control_code_page = virt_to_page((void *)KEXEC_CTRL_CODE); in loongson_kexec_prepare()
/linux-6.1.9/arch/arm/kernel/
Dmachine_kexec.c167 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/linux-6.1.9/arch/sh/kernel/
Dmachine_kexec.c105 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux-6.1.9/arch/mips/kernel/
Dmachine_kexec.c215 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/linux-6.1.9/include/linux/
Dkexec.h327 struct page *control_code_page; member
/linux-6.1.9/arch/arm64/kernel/
Dmachine_kexec.c122 void *reloc_code = page_to_virt(kimage->control_code_page); in machine_kexec_post_load()