Home
last modified time | relevance | path

Searched defs:vmcore_elf64_check_arch (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dcrash_dump.h31 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x)) macro
/linux-3.3/arch/arm/include/asm/
Delf.h102 #define vmcore_elf64_check_arch(x) (0) macro