Home
last modified time | relevance | path

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

/openbmc/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.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()
336 control_page = page_address(image->control_code_page) + PAGE_SIZE; in machine_kexec()
342 (unsigned long)__pa(page_address(image->control_code_page)); in machine_kexec()
549 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
/openbmc/linux/arch/riscv/kernel/
H A 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()
206 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec()
/openbmc/linux/arch/ia64/kernel/
H 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()
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec.c201 reboot_code_buffer = page_to_virt(image->control_code_page); in machine_kexec_prepare()
244 data_mover = page_to_phys(image->control_code_page); in __do_machine_kexec()
/openbmc/linux/arch/m68k/kernel/
H A Dmachine_kexec.c44 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/openbmc/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.c386 page_address(image->control_code_page), in default_machine_kexec()
/openbmc/linux/kernel/
H 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()
H A 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()
/openbmc/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()
/openbmc/linux/arch/parisc/kernel/
H A Dkexec.c80 unsigned long phys = page_to_phys(image->control_code_page); in machine_kexec()
/openbmc/linux/arch/mips/loongson64/
H A Dreset.c102 image->control_code_page = virt_to_page((void *)KEXEC_CTRL_CODE); in loongson_kexec_prepare()
/openbmc/linux/arch/sh/kernel/
H A Dmachine_kexec.c105 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/openbmc/linux/arch/arm/kernel/
H A Dmachine_kexec.c181 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec()
/openbmc/linux/arch/mips/kernel/
H A Dmachine_kexec.c215 (unsigned long)page_address(image->control_code_page); in machine_kexec()
/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec.c123 void *reloc_code = page_to_virt(kimage->control_code_page); in machine_kexec_post_load()
/openbmc/linux/include/linux/
H A Dkexec.h302 struct page *control_code_page; member