Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dmmu.h15 #define BP_HARDEN_EL2_SLOTS 4 macro
Dkvm_mmu.h526 BUG_ON(__kvm_harden_el2_vector_slot >= BP_HARDEN_EL2_SLOTS);
/Linux-v5.4/arch/arm64/kvm/hyp/
Dhyp-entry.S315 .rept BP_HARDEN_EL2_SLOTS
/Linux-v5.4/arch/arm64/kernel/
Dcpu_errata.c150 BUG_ON(slot >= BP_HARDEN_EL2_SLOTS); in install_bp_hardening_cb()