Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dspectre.h36 enum arm64_hyp_spectre_vector { enum
65 enum arm64_hyp_spectre_vector slot;
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmm.h25 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot);
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c182 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot) in pkvm_cpu_set_vector()
H A Dhyp-main.c516 DECLARE_REG(enum arm64_hyp_spectre_vector, slot, host_ctxt, 1); in handle___pkvm_create_private_mapping()
/linux/arch/arm64/kvm/
H A Darm.c2098 static void kvm_init_vector_slot(void *base, enum arm64_hyp_spectre_vector slot) in kvm_init_vector_slots()