Searched refs:setup_elfcorehdr (Results 1 – 2 of 2) sorted by relevance
34 static int __init setup_elfcorehdr(char *arg) in setup_elfcorehdr() function46 early_param("elfcorehdr", setup_elfcorehdr);
519 unsigned long setup_elfcorehdr, setup_elfcorehdr_size; variable524 setup_elfcorehdr = memparse(p, &p); in early_parse_elfcorehdr()530 if (setup_elfcorehdr >= start && setup_elfcorehdr < end) { in early_parse_elfcorehdr()536 setup_elfcorehdr_size = end - setup_elfcorehdr; in early_parse_elfcorehdr()664 if (setup_elfcorehdr && setup_elfcorehdr_size) { in arch_mem_init()666 setup_elfcorehdr, setup_elfcorehdr_size); in arch_mem_init()667 reserve_bootmem(setup_elfcorehdr, setup_elfcorehdr_size, in arch_mem_init()