Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcore.c216 static phys_addr_t crashk_size; variable
234 .value = &crashk_size,
257 crashk_size = cpu_to_be_ulong(resource_size(&crashk_res)); in export_crashk_values()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Dsetup.c295 static uint64_t crashk_size, crashk_base; variable
883 crashk_size = memparse(arg+12, &p); in prom_init()
1000 if (crashk_size > 0) { in plat_mem_setup()
1001 memblock_add(crashk_base, crashk_size); in plat_mem_setup()
1002 crashk_end = crashk_base + crashk_size; in plat_mem_setup()