Searched refs:pkvm_handle_t (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/ |
H 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,
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | pkvm.c | 217 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) in vm_handle_to_idx() 222 static pkvm_handle_t idx_to_vm_handle(unsigned int idx) in idx_to_vm_handle() 249 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) in get_vm_by_handle() 259 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, in pkvm_load_hyp_vcpu() 356 static pkvm_handle_t insert_vm_table_entry(struct kvm *host_kvm, in insert_vm_table_entry() 391 static void remove_vm_table_entry(pkvm_handle_t handle) in remove_vm_table_entry() 535 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, in __pkvm_init_vcpu() 588 int __pkvm_teardown_vm(pkvm_handle_t handle) in __pkvm_teardown_vm()
|
H A D | hyp-main.c | 302 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_init_vcpu() 312 DECLARE_REG(pkvm_handle_t, handle, host_ctxt, 1); in handle___pkvm_teardown_vm()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pkvm.c | 129 pkvm_handle_t handle; in __pkvm_create_hyp_vm()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_host.h | 198 typedef unsigned int pkvm_handle_t; typedef 201 pkvm_handle_t handle;
|
Completed in 5 milliseconds