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

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

Completed in 322 milliseconds