Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/include/nvhe/
Dpkvm.h65 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu,
67 int __pkvm_teardown_vm(pkvm_handle_t handle);
69 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle,
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dpkvm.c223 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) in vm_handle_to_idx()
228 static pkvm_handle_t idx_to_vm_handle(unsigned int idx) in idx_to_vm_handle()
255 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) in get_vm_by_handle()
265 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, in pkvm_load_hyp_vcpu()
362 static pkvm_handle_t insert_vm_table_entry(struct kvm *host_kvm, in insert_vm_table_entry()
397 static void remove_vm_table_entry(pkvm_handle_t handle) in remove_vm_table_entry()
542 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, in __pkvm_init_vcpu()
599 int __pkvm_teardown_vm(pkvm_handle_t handle) in __pkvm_teardown_vm()
Dhyp-main.c371 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_init_vcpu()
381 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_teardown_vm()
/linux-6.12.1/arch/arm64/kvm/
Dpkvm.c129 pkvm_handle_t handle; in __pkvm_create_hyp_vm()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_host.h244 typedef unsigned int pkvm_handle_t; typedef
247 pkvm_handle_t handle;