HomeSort by: relevance | last modified time | path
    Searched defs:taa_mitigation_enabled_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
spectre.c 789 static bool *taa_mitigation_enabled_ptr = &taa_mitigation_enabled; variable in typeref:typename:bool *
828 taa_mitigation_enabled_ptr = &taa_mitigation_enabled;
845 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
851 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
857 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
950 if (val == *taa_mitigation_enabled_ptr)
1173 taa_mitigation_enabled_ptr, 0,
spectre.c 789 static bool *taa_mitigation_enabled_ptr = &taa_mitigation_enabled; variable in typeref:typename:bool *
828 taa_mitigation_enabled_ptr = &taa_mitigation_enabled;
845 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
851 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
857 taa_mitigation_enabled_ptr = &mds_mitigation_enabled;
950 if (val == *taa_mitigation_enabled_ptr)
1173 taa_mitigation_enabled_ptr, 0,

Completed in 25 milliseconds