Struct raw_cpuid::ExtendedFeatures [−][src]
pub struct ExtendedFeatures { /* fields omitted */ }
Implementations
FSGSBASE. Supports RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE if 1.
IA32_TSC_ADJUST MSR is supported if 1.
FDP_EXCPTN_ONLY. x87 FPU Data Pointer updated only on x87 exceptions if 1.
Supports Enhanced REP MOVSB/STOSB if 1.
INVPCID. If 1, supports INVPCID instruction for system software that manages process-context identifiers.
Supports Intel Resource Director Technology (RDT) Monitoring capability.
Deprecates FPU CS and FPU DS values if 1.
Supports Intel Resource Director Technology (RDT) Allocation capability.
Supports RDSEED.
Supports RDSEED (deprecated alias).
SMAP. Supports Supervisor-Mode Access Prevention (and the CLAC/STAC instructions) if 1.
Supports CLFLUSHOPT.
Supports Intel Processor Trace.
Supports Intel® Software Guard Extensions (Intel® SGX Extensions).
Supports AVX512F.
Supports AVX512DQ.
AVX512_IFMA
AVX512PF
AVX512ER
AVX512CD
AVX512BW
AVX512VL
Has PREFETCHWT1 (Intel® Xeon Phi™ only).
OS has set CR4.PKE to enable protection keys (and the RDPKRU/WRPKRU instructions.
Supports SGX Launch Configuration.
The value of MAWAU used by the BNDLDX and BNDSTX instructions in 64-bit mode.
Trait Implementations
Returns the “default value” for a type. Read more