#ifndef BOOT_CPUFLAGS_H #define BOOT_CPUFLAGS_H #include <asm/cpufeatures.h> #include <asm/processor-flags.h> struct cpu_features { int level; /* Family, or 64 for x86-64 */ int family; /* Family, always */ int model; u32 flags[NCAPINTS]; }; extern struct cpu_features cpu; extern u32 cpu_vendor[3]; int has_eflag(unsigned long mask); void get_cpuflags(void); #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| kees cook | kees cook | 56 | 90.32% | 1 | 25.00% |
| dave hansen | dave hansen | 4 | 6.45% | 1 | 25.00% |
| borislav petkov | borislav petkov | 1 | 1.61% | 1 | 25.00% |
| h. peter anvin | h. peter anvin | 1 | 1.61% | 1 | 25.00% |
| Total | 62 | 100.00% | 4 | 100.00% |