Searched refs:elfcorehdr_addr (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrash_dump.h12 extern unsigned long long elfcorehdr_addr;
37 return (elfcorehdr_addr != ELFCORE_ADDR_MAX) ? 1 : 0;
50 return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0;
60 elfcorehdr_addr = ELFCORE_ADDR_ERR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dcrash_dump.c13 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
16 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
28 elfcorehdr_addr = memparse(arg, &arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dcrash_dump_64.c14 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
H A Dcrash_dump_32.c18 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
H A Dsetup.c589 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
604 elfcorehdr_addr = memparse(arg, &end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dcrash_dump.c17 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
H A Dsetup.c483 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
496 elfcorehdr_addr = memparse(arg, &arg);
514 if ((length = vmcore_find_descriptor_size(elfcorehdr_addr)) == 0) {
519 *start = (unsigned long)__va(elfcorehdr_addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcrash_dump.c22 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
H A Dsetup.c737 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
754 elfcorehdr_addr = memparse(arg, &end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash_dump.c31 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
75 * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by
82 elfcorehdr_addr = memparse(p, &p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dvmcore.c492 addr = elfcorehdr_addr;
519 addr = elfcorehdr_addr;
548 addr = elfcorehdr_addr;
575 addr = elfcorehdr_addr;
604 addr = elfcorehdr_addr;

Completed in 88 milliseconds