Searched refs:ARM64_HARDEN_EL2_VECTORS (Results 1 – 5 of 5) sorted by relevance
154 if (has_vhe() || !cpus_have_const_cap(ARM64_HARDEN_EL2_VECTORS)) { in kvm_patch_vector_branch()155 WARN_ON_ONCE(cpus_have_const_cap(ARM64_HARDEN_EL2_VECTORS)); in kvm_patch_vector_branch()
24 #define ARM64_HARDEN_EL2_VECTORS 14 macro
486 if (this_cpu_has_cap(ARM64_HARDEN_EL2_VECTORS) && !has_vhe()) {515 if (cpus_have_const_cap(ARM64_HARDEN_EL2_VECTORS)) {
103 ARM64_HARDEN_EL2_VECTORS is selected for particular CPUs.
883 .capability = ARM64_HARDEN_EL2_VECTORS,