devela::_dep::rustix::process

Function control_speculative_feature

pub fn control_speculative_feature(
    feature: SpeculationFeature,
    config: SpeculationFeatureControl,
) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Sets the state of the speculation misfeature.

§References