Searched refs:bp_harden (Results 1 – 4 of 4) sorted by relevance
285 int bp_harden, ucode; in abort_handler() local305 bp_harden = PCPU_GET(bp_harden_kind); in abort_handler()306 if (bp_harden == PCPU_BP_HARDEN_KIND_BPIALL) in abort_handler()308 else if (bp_harden == PCPU_BP_HARDEN_KIND_ICIALLU) in abort_handler()
602 pcpu_bp_harden bp_harden; in do_el0_sync() local624 bp_harden = PCPU_GET(bp_harden); in do_el0_sync()625 if (bp_harden != NULL) in do_el0_sync()626 bp_harden(); in do_el0_sync()
127 PCPU_SET(bp_harden, smccc_arch_workaround_1); in install_psci_bp_hardening()
8969 pcpu_bp_harden bp_harden; in pmap_switch() local8990 bp_harden = PCPU_GET(bp_harden); in pmap_switch()8991 if (bp_harden != NULL) in pmap_switch()8992 bp_harden(); in pmap_switch()