Coverage Report

Created: 2017-10-25 09:10

/root/src/xen/xen/include/asm-x86/mach-default/mach_wakecpu.h
Line
Count
Source
1
#ifndef __ASM_MACH_WAKECPU_H
2
#define __ASM_MACH_WAKECPU_H
3
4
/* 
5
 * This file copes with machines that wakeup secondary CPUs by the
6
 * INIT, INIT, STARTUP sequence.
7
 */
8
9
11
#define TRAMPOLINE_LOW maddr_to_virt(0x467)
10
11
#define TRAMPOLINE_HIGH maddr_to_virt(0x469)
11
12
#endif /* __ASM_MACH_WAKECPU_H */