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);
529 unsigned long setup_elfcorehdr, setup_elfcorehdr_size; variable534 setup_elfcorehdr = memparse(p, &p); in early_parse_elfcorehdr()540 if (setup_elfcorehdr >= start && setup_elfcorehdr < end) { in early_parse_elfcorehdr()546 setup_elfcorehdr_size = end - setup_elfcorehdr; in early_parse_elfcorehdr()684 if (setup_elfcorehdr && setup_elfcorehdr_size) { in arch_mem_init()686 setup_elfcorehdr, setup_elfcorehdr_size); in arch_mem_init()687 reserve_bootmem(setup_elfcorehdr, setup_elfcorehdr_size, in arch_mem_init()