cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Thomas Gleixner9100.00%1100.00%
Total9100.00%1100.00%

#endif #endif /* _ASM_X86_ESPFIX_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
H. Peter Anvin4374.14%240.00%
Thomas Gleixner1220.69%120.00%
Zhu Guihua23.45%120.00%
Greg Kroah-Hartman11.72%120.00%
Total58100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.