Searched refs:system_bhb_mitigations (Results 1 – 1 of 1) sorted by relevance
830 static unsigned long system_bhb_mitigations; variable1007 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1018 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1031 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1056 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1070 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()1081 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()1116 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()1138 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()