Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kernel/
A Dproton-pack.c830 static unsigned long system_bhb_mitigations; variable
1010 set_bit(BHB_HW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1021 set_bit(BHB_INSN, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1034 set_bit(BHB_LOOP, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1059 set_bit(BHB_FW, &system_bhb_mitigations); in spectre_bhb_enable_mitigation()
1073 if (test_bit(BHB_LOOP, &system_bhb_mitigations)) in spectre_bhb_patch_loop_mitigation_enable()
1084 if (test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_fw_mitigation_enabled()
1119 !test_bit(BHB_FW, &system_bhb_mitigations)) in spectre_bhb_patch_wa3()
1141 if (test_bit(BHB_INSN, &system_bhb_mitigations)) in spectre_bhb_patch_clearbhb()

Completed in 5 milliseconds