Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dsetup.c66 static struct resource elfcorehdr_res = { .name = "ELF Core hdr", }; variable
166 elfcorehdr_res.start = elfcorehdr_addr; in init_resources()
167 elfcorehdr_res.end = elfcorehdr_addr + elfcorehdr_size - 1; in init_resources()
168 elfcorehdr_res.flags = IORESOURCE_SYSTEM_RAM | IORESOURCE_BUSY; in init_resources()
169 add_resource(&iomem_resource, &elfcorehdr_res); in init_resources()