Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
has_cpuflag
arch/x86/boot/compressed/cpuflags.c
4
bool has_cpuflag(int flag)
arch/x86/boot/startup/sev-shared.c
15
#define has_cpuflag(f) cpu_feature_enabled(f)
arch/x86/coco/sev/vc-shared.c
4
#define has_cpuflag(f) cpu_feature_enabled(f)
arch/x86/lib/kaslr.c
25
#define has_cpuflag(f) cpu_feature_enabled(f)