Home
last modified time | relevance | path

Searched refs:system_bhb_mitigations (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/arm64/kernel/
Dproton-pack.c842 static unsigned long system_bhb_mitigations; variable
1022 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1033 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1046 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1071 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1085 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()
1096 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()
1131 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()
1153 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()