Function rustix::process::prctl::control_speculative_feature

source ·
pub fn control_speculative_feature(
    feature: SpeculationFeature,
    config: SpeculationFeatureControl,
) -> Result<()>
Expand description

Sets the state of the speculation misfeature.

§References