Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dspectre.h36 enum arm64_hyp_spectre_vector { enum
65 enum arm64_hyp_spectre_vector slot;
Dkvm_mmu.h188 enum arm64_hyp_spectre_vector slot) in __kvm_vector_slot2addr()
/linux-6.12.1/arch/arm64/kvm/hyp/include/nvhe/
Dmm.h23 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot);
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dmm.c182 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot) in pkvm_cpu_set_vector()
Dhyp-main.c303 DECLARE_REG(enum arm64_hyp_spectre_vector, slot, host_ctxt, 1); in handle___pkvm_cpu_set_vector()
/linux-6.12.1/arch/arm64/kvm/
Darm.c1981 static void kvm_init_vector_slot(void *base, enum arm64_hyp_spectre_vector slot) in kvm_init_vector_slot()