OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_FEATURE_HYPERVISOR
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/include/
cpufeature.h
101
#define
X86_FEATURE_HYPERVISOR
(4*32+31) /* Running on a hypervisor */
/external/syslinux/com32/gpllib/
cpuid.c
556
cpu->flags.hypervisor = cpu_has(c,
X86_FEATURE_HYPERVISOR
);
Completed in 168 milliseconds