Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c842 static unsigned long system_bhb_mitigations; variable
1014 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1025 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1038 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1063 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1077 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()
1088 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()
1123 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()
1145 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()