Home
last modified time | relevance | path

Searched defs:kvmppc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_ppc.h250 struct kvmppc_ops { struct
251 struct module *owner;
259 void (*vcpu_put)(struct kvm_vcpu *vcpu);
262 int (*vcpu_run)(struct kvm_vcpu *vcpu);
263 int (*vcpu_create)(struct kvm_vcpu *vcpu);
264 void (*vcpu_free)(struct kvm_vcpu *vcpu);
265 int (*check_requests)(struct kvm_vcpu *vcpu);
281 int (*init_vm)(struct kvm *kvm);
282 void (*destroy_vm)(struct kvm *kvm);
284 int (*emulate_op)(struct kvm_vcpu *vcpu,
[all …]

Completed in 6 milliseconds