Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kexec/
H A Dcore.c207 static phys_addr_t crashk_size; variable
225 .value = &crashk_size,
248 crashk_size = cpu_to_be_ulong(resource_size(&crashk_res)); in export_crashk_values()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsetup.c293 static uint64_t crashk_size, crashk_base; variable
881 crashk_size = memparse(arg+12, &p); in prom_init()
996 if (crashk_size > 0) { in plat_mem_setup()
997 memblock_add(crashk_base, crashk_size); in plat_mem_setup()
998 crashk_end = crashk_base + crashk_size; in plat_mem_setup()