Release 4.15 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_ESPFIX64
#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);
#else
static inline void init_espfix_ap(int cpu) { }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
#endif
#endif /* _ASM_X86_ESPFIX_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
H. Peter Anvin | 43 | 74.14% | 2 | 40.00% |
Thomas Gleixner | 12 | 20.69% | 1 | 20.00% |
Zhu Guihua | 2 | 3.45% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 1.72% | 1 | 20.00% |
Total | 58 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.