Searched refs:bp_harden (Results 1 – 4 of 4) sorted by relevance
447 pcpu_bp_harden bp_harden; in do_el0_sync() local469 bp_harden = PCPU_GET(bp_harden); in do_el0_sync()470 if (bp_harden != NULL) in do_el0_sync()471 bp_harden(); in do_el0_sync()
117 PCPU_SET(bp_harden, smccc_arch_workaround_1); in install_psci_bp_hardening()
6679 pcpu_bp_harden bp_harden; in pmap_switch() local6700 bp_harden = PCPU_GET(bp_harden); in pmap_switch()6701 if (bp_harden != NULL) in pmap_switch()6702 bp_harden(); in pmap_switch()
292 int bp_harden, ucode; in abort_handler() local316 bp_harden = PCPU_GET(bp_harden_kind); in abort_handler()317 if (bp_harden == PCPU_BP_HARDEN_KIND_BPIALL) in abort_handler()319 else if (bp_harden == PCPU_BP_HARDEN_KIND_ICIALLU) in abort_handler()