Home
last modified time | relevance | path

Searched refs:boot_param_res (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dkexec.h33 extern struct resource boot_param_res;
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmachine_kexec.c43 struct resource boot_param_res = { variable
Dsetup.c319 boot_param_res.start = __pa(ia64_boot_param); in setup_crashkernel()
320 boot_param_res.end = boot_param_res.start + in setup_crashkernel()
Defi.c1267 insert_resource(res, &boot_param_res); in efi_initialize_iomem_resources()