Home
last modified time | relevance | path

Searched refs:arm64_hyp_spectre_vector (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/arm64/include/asm/
Dspectre.h35 enum arm64_hyp_spectre_vector { enum
64 enum arm64_hyp_spectre_vector slot;
Dkvm_mmu.h181 enum arm64_hyp_spectre_vector slot) in __kvm_vector_slot2addr()
/linux-6.1.9/arch/arm64/kvm/hyp/include/nvhe/
Dmm.h19 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot);
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dmm.c142 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot) in pkvm_cpu_set_vector()
Dhyp-main.c138 DECLARE_REG(enum arm64_hyp_spectre_vector, slot, host_ctxt, 1); in handle___pkvm_cpu_set_vector()
/linux-6.1.9/arch/arm64/kvm/
Darm.c1492 static void kvm_init_vector_slot(void *base, enum arm64_hyp_spectre_vector slot) in kvm_init_vector_slot()