Home
last modified time | relevance | path

Searched refs:SpeculationFeature (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/tests/process/
H A Dprctl.rs75 dbg!(speculative_feature_state(SpeculationFeature::SpeculativeStoreBypass).unwrap()); in test_speculative_feature_state()
76 dbg!(speculative_feature_state(SpeculationFeature::IndirectBranchSpeculation).unwrap()); in test_speculative_feature_state()
78 speculative_feature_state(SpeculationFeature::FlushL1DCacheOnContextSwitchOutOfTask) in test_speculative_feature_state()
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs902 pub enum SpeculationFeature { enum
911 impl TryFrom<u32> for SpeculationFeature {
962 feature: SpeculationFeature, in speculative_feature_state()
978 feature: SpeculationFeature, in control_speculative_feature()

Completed in 3 milliseconds