Struct raw_cpuid::ExtendedFeatures [−][src]
pub struct ExtendedFeatures { /* fields omitted */ }Methods
impl ExtendedFeatures[src]
impl ExtendedFeaturespub fn has_fsgsbase(&self) -> bool[src]
pub fn has_fsgsbase(&self) -> boolFSGSBASE. Supports RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE if 1.
pub fn has_tsc_adjust_msr(&self) -> bool[src]
pub fn has_tsc_adjust_msr(&self) -> boolIA32_TSC_ADJUST MSR is supported if 1.
pub fn has_bmi1(&self) -> bool[src]
pub fn has_bmi1(&self) -> boolBMI1
pub fn has_hle(&self) -> bool[src]
pub fn has_hle(&self) -> boolHLE
pub fn has_avx2(&self) -> bool[src]
pub fn has_avx2(&self) -> boolAVX2
pub fn has_fdp(&self) -> bool[src]
pub fn has_fdp(&self) -> boolFDP_EXCPTN_ONLY. x87 FPU Data Pointer updated only on x87 exceptions if 1.
pub fn has_smep(&self) -> bool[src]
pub fn has_smep(&self) -> boolSMEP. Supports Supervisor-Mode Execution Prevention if 1.
pub fn has_bmi2(&self) -> bool[src]
pub fn has_bmi2(&self) -> boolBMI2
pub fn has_rep_movsb_stosb(&self) -> bool[src]
pub fn has_rep_movsb_stosb(&self) -> boolSupports Enhanced REP MOVSB/STOSB if 1.
pub fn has_invpcid(&self) -> bool[src]
pub fn has_invpcid(&self) -> boolINVPCID. If 1, supports INVPCID instruction for system software that manages process-context identifiers.
pub fn has_rtm(&self) -> bool[src]
pub fn has_rtm(&self) -> boolRTM
pub fn has_rdtm(&self) -> bool[src]
pub fn has_rdtm(&self) -> boolSupports Intel Resource Director Technology (RDT) Monitoring capability.
pub fn has_fpu_cs_ds_deprecated(&self) -> bool[src]
pub fn has_fpu_cs_ds_deprecated(&self) -> boolDeprecates FPU CS and FPU DS values if 1.
pub fn has_mpx(&self) -> bool[src]
pub fn has_mpx(&self) -> boolMPX. Supports Intel Memory Protection Extensions if 1.
pub fn has_rdta(&self) -> bool[src]
pub fn has_rdta(&self) -> boolSupports Intel Resource Director Technology (RDT) Allocation capability.
pub fn has_rdseed(&self) -> bool[src]
pub fn has_rdseed(&self) -> boolSupports RDSEED.
pub fn has_rdseet(&self) -> bool[src]
pub fn has_rdseet(&self) -> boolSupports RDSEED (deprecated alias).
pub fn has_adx(&self) -> bool[src]
pub fn has_adx(&self) -> boolSupports ADX.
pub fn has_smap(&self) -> bool[src]
pub fn has_smap(&self) -> boolSMAP. Supports Supervisor-Mode Access Prevention (and the CLAC/STAC instructions) if 1.
pub fn has_clflushopt(&self) -> bool[src]
pub fn has_clflushopt(&self) -> boolSupports CLFLUSHOPT.
pub fn has_processor_trace(&self) -> bool[src]
pub fn has_processor_trace(&self) -> boolSupports Intel Processor Trace.
pub fn has_sha(&self) -> bool[src]
pub fn has_sha(&self) -> boolSupports SHA Instructions.
pub fn has_sgx(&self) -> bool[src]
pub fn has_sgx(&self) -> boolSupports Intel® Software Guard Extensions (Intel® SGX Extensions).
pub fn has_avx512f(&self) -> bool[src]
pub fn has_avx512f(&self) -> boolSupports AVX512F.
pub fn has_avx512dq(&self) -> bool[src]
pub fn has_avx512dq(&self) -> boolSupports AVX512DQ.
pub fn has_avx512_ifma(&self) -> bool[src]
pub fn has_avx512_ifma(&self) -> boolAVX512_IFMA
pub fn has_avx512pf(&self) -> bool[src]
pub fn has_avx512pf(&self) -> boolAVX512PF
pub fn has_avx512er(&self) -> bool[src]
pub fn has_avx512er(&self) -> boolAVX512ER
pub fn has_avx512cd(&self) -> bool[src]
pub fn has_avx512cd(&self) -> boolAVX512CD
pub fn has_avx512bw(&self) -> bool[src]
pub fn has_avx512bw(&self) -> boolAVX512BW
pub fn has_avx512vl(&self) -> bool[src]
pub fn has_avx512vl(&self) -> boolAVX512VL
pub fn has_clwb(&self) -> bool[src]
pub fn has_clwb(&self) -> boolCLWB
pub fn has_prefetchwt1(&self) -> bool[src]
pub fn has_prefetchwt1(&self) -> boolHas PREFETCHWT1 (Intel® Xeon Phi™ only).
pub fn has_umip(&self) -> bool[src]
pub fn has_umip(&self) -> boolSupports user-mode instruction prevention if 1.
pub fn has_pku(&self) -> bool[src]
pub fn has_pku(&self) -> boolSupports protection keys for user-mode pages.
pub fn has_ospke(&self) -> bool[src]
pub fn has_ospke(&self) -> boolOS has set CR4.PKE to enable protection keys (and the RDPKRU/WRPKRU instructions.
pub fn has_rdpid(&self) -> bool[src]
pub fn has_rdpid(&self) -> boolRDPID and IA32_TSC_AUX are available.
pub fn has_sgx_lc(&self) -> bool[src]
pub fn has_sgx_lc(&self) -> boolSupports SGX Launch Configuration.
pub fn mawau_value(&self) -> u8[src]
pub fn mawau_value(&self) -> u8The value of MAWAU used by the BNDLDX and BNDSTX instructions in 64-bit mode.
Trait Implementations
impl Debug for ExtendedFeatures[src]
impl Debug for ExtendedFeaturesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for ExtendedFeatures[src]
impl Default for ExtendedFeaturesfn default() -> ExtendedFeatures[src]
fn default() -> ExtendedFeaturesReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ExtendedFeatures
impl Send for ExtendedFeaturesimpl Sync for ExtendedFeatures
impl Sync for ExtendedFeatures