Searched refs:pkvm_handle_t (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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,
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | pkvm.c | 192 static unsigned int vm_handle_to_idx(pkvm_handle_t handle) in pvm_init_trap_regs() 197 static pkvm_handle_t idx_to_vm_handle(unsigned int idx) 224 static struct pkvm_hyp_vm *get_vm_by_handle(pkvm_handle_t handle) in idx_to_vm_handle() 234 struct pkvm_hyp_vcpu *pkvm_load_hyp_vcpu(pkvm_handle_t handle, 331 static pkvm_handle_t insert_vm_table_entry(struct kvm *host_kvm, in init_pkvm_hyp_vcpu() 366 static void remove_vm_table_entry(pkvm_handle_t handle) in insert_vm_table_entry() 510 int __pkvm_init_vcpu(pkvm_handle_t handle, struct kvm_vcpu *host_vcpu, in __pkvm_init_vm() 563 int __pkvm_teardown_vm(pkvm_handle_t handle) in __pkvm_init_vcpu()
|
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()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | pkvm.c | 129 pkvm_handle_t handle; in __pkvm_create_hyp_vm()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_host.h | 197 typedef unsigned int pkvm_handle_t; 200 pkvm_handle_t handle; 196 typedef unsigned int pkvm_handle_t; global() typedef
|