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);
735 unsigned long setup_elfcorehdr, setup_elfcorehdr_size; variable740 setup_elfcorehdr = memparse(p, &p); in early_parse_elfcorehdr()746 if (setup_elfcorehdr >= start && setup_elfcorehdr < end) { in early_parse_elfcorehdr()752 setup_elfcorehdr_size = end - setup_elfcorehdr; in early_parse_elfcorehdr()920 if (setup_elfcorehdr && setup_elfcorehdr_size) { in arch_mem_init()922 setup_elfcorehdr, setup_elfcorehdr_size); in arch_mem_init()923 reserve_bootmem(setup_elfcorehdr, setup_elfcorehdr_size, in arch_mem_init()