Coverage Report

Created: 2017-10-25 09:10

/root/src/xen/xen/include/asm/machine_kexec.h
Line
Count
Source (jump to first uncovered line)
1
#ifndef __X86_MACHINE_KEXEC_H__
2
#define __X86_MACHINE_KEXEC_H__
3
4
0
#define KEXEC_RELOC_FLAG_COMPAT 0x1 /* 32-bit image */
5
6
#ifndef __ASSEMBLY__
7
8
extern void kexec_reloc(unsigned long reloc_code, unsigned long reloc_pt,
9
                        unsigned long ind_maddr, unsigned long entry_maddr,
10
                        unsigned long flags);
11
12
extern unsigned int kexec_reloc_size;
13
14
#endif
15
16
#endif /* __X86_MACHINE_KEXEC_H__ */