Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/include/asm/
Dkexec.h33 extern struct resource boot_param_res;
/linux-6.1.9/arch/ia64/kernel/
Dmachine_kexec.c44 struct resource boot_param_res = { variable
Dsetup.c316 boot_param_res.start = __pa(ia64_boot_param); in setup_crashkernel()
317 boot_param_res.end = boot_param_res.start + in setup_crashkernel()
Defi.c1269 insert_resource(res, &boot_param_res); in efi_initialize_iomem_resources()