Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Dproton-pack.c842 static unsigned long system_bhb_mitigations; variable
1050 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1061 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1074 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1097 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1105 return test_bit(BHB_FW, &system_bhb_mitigations); in is_spectre_bhb_fw_mitigated()
1115 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()
1126 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()
1160 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()
1182 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()

Completed in 7 milliseconds