Searched refs:BP_HARDEN_EL2_SLOTS (Results 1 – 5 of 5) sorted by relevance
15 #define BP_HARDEN_EL2_SLOTS 4 macro16 #define __BP_HARDEN_HYP_VECS_SZ (BP_HARDEN_EL2_SLOTS * SZ_2K)
237 .rept BP_HARDEN_EL2_SLOTS
266 BUG_ON(slot >= BP_HARDEN_EL2_SLOTS); in install_bp_hardening_cb()1040 BUG_ON(slot >= BP_HARDEN_EL2_SLOTS); in kvm_setup_bhb_slot()
1356 BUG_ON(__kvm_harden_el2_vector_slot >= BP_HARDEN_EL2_SLOTS); in kvm_map_vectors()
15121 - BUG_ON(slot >= BP_HARDEN_EL2_SLOTS);