Searched refs:efi_boot (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 36 static unsigned long efi_boot; variable 71 kimage->arch.efi_boot = fw_arg0; in machine_kexec_prepare() 135 do_kexec(efi_boot, cmdline_ptr, systable_ptr, start_addr, first_ind_entry, kdump_reloc_offset); in kexec_reboot() 265 efi_boot = internal->efi_boot; in machine_kexec() 293 pr_notice("EFI boot flag 0x%lx\n", efi_boot); in machine_kexec()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 36 static unsigned long efi_boot; variable 70 kimage->arch.efi_boot = fw_arg0; in machine_kexec_prepare() 134 do_kexec(efi_boot, cmdline_ptr, systable_ptr, start_addr, first_ind_entry); in kexec_reboot() 262 efi_boot = internal->efi_boot; in machine_kexec() 290 pr_notice("EFI boot flag 0x%lx\n", efi_boot); in machine_kexec()
|
H A D | env.c | 22 int efi_boot = fw_arg0; in init_environ() local 25 if (efi_boot) in init_environ()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | kexec.h | 39 unsigned long efi_boot; member 44 typedef void (*do_kexec_t)(unsigned long efi_boot,
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | kexec.h | 39 unsigned long efi_boot; member 44 typedef void (*do_kexec_t)(unsigned long efi_boot,
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | env.c | 33 int efi_boot = fw_arg0; in init_environ() local 36 if (efi_boot) in init_environ()
|
Completed in 3 milliseconds