Searched refs:system_bhb_mitigations (Results 1 – 1 of 1) sorted by relevance
842 static unsigned long system_bhb_mitigations; variable1019 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1030 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1043 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1068 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()1082 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()1093 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()1128 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()1150 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()