Searched refs:pkvm_handle_t (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/hyp/include/nvhe/ |
A D | pkvm.h | 60 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-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | pkvm.c | 202 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) in vm_handle_to_idx() 207 static pkvm_handle_t idx_to_vm_handle(unsigned int idx) in idx_to_vm_handle() 234 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) in get_vm_by_handle() 244 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, in pkvm_load_hyp_vcpu() 341 static pkvm_handle_t insert_vm_table_entry(struct kvm *host_kvm, in insert_vm_table_entry() 376 static void remove_vm_table_entry(pkvm_handle_t handle) in remove_vm_table_entry() 520 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, in __pkvm_init_vcpu() 573 int __pkvm_teardown_vm(pkvm_handle_t handle) in __pkvm_teardown_vm()
|
A D | hyp-main.c | 282 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_init_vcpu() 292 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_teardown_vm()
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | pkvm.c | 113 pkvm_handle_t handle; in __pkvm_create_hyp_vm()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kvm_host.h | 180 typedef unsigned int pkvm_handle_t; typedef 183 pkvm_handle_t handle;
|
Completed in 13 milliseconds