Searched refs:pkvm_handle_t (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dpkvm.h60 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu,
62 int __pkvm_teardown_vm(pkvm_handle_t handle);
64 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle,
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c221 static unsigned int vm_handle_to_idx(pkvm_handle_t handle)
226 static pkvm_handle_t idx_to_vm_handle(unsigned int idx)
253 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle)
263 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle,
360 static pkvm_handle_t insert_vm_table_entry(struct kvm *host_kvm,
395 static void remove_vm_table_entry(pkvm_handle_t handle)
539 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu,
592 int __pkvm_teardown_vm(pkvm_handle_t handle)
H A Dhyp-main.c302 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1);
312 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1);
/linux-master/arch/arm64/kvm/
H A Dpkvm.c129 pkvm_handle_t handle;
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h209 typedef unsigned int pkvm_handle_t; typedef
212 pkvm_handle_t handle;

Completed in 116 milliseconds