Release 4.14 arch/x86/include/asm/espfix.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_ESPFIX_H
#define _ASM_X86_ESPFIX_H
#ifdef CONFIG_X86_64
#include <asm/percpu.h>
DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
DECLARE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
extern void init_espfix_bsp(void);
extern void init_espfix_ap(int cpu);
#endif /* CONFIG_X86_64 */
#endif /* _ASM_X86_ESPFIX_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
H. Peter Anvin | 45 | 93.75% | 2 | 50.00% |
Zhu Guihua | 2 | 4.17% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 25.00% |
Total | 48 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.