Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dmmu.h24 #define BP_HARDEN_EL2_SLOTS 4 macro
Dkvm_mmu.h475 BUG_ON(__kvm_harden_el2_vector_slot >= BP_HARDEN_EL2_SLOTS);
/Linux-v4.19/arch/arm64/kvm/hyp/
Dhyp-entry.S301 .rept BP_HARDEN_EL2_SLOTS
/Linux-v4.19/arch/arm64/kernel/
Dcpu_errata.c129 BUG_ON(slot >= BP_HARDEN_EL2_SLOTS); in __install_bp_hardening_cb()