Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dkvm_ppc.h258 struct kvmppc_ops { struct
259 struct module *owner;
267 void (*vcpu_put)(struct kvm_vcpu *vcpu);
270 int (*vcpu_run)(struct kvm_vcpu *vcpu);
271 int (*vcpu_create)(struct kvm_vcpu *vcpu);
272 void (*vcpu_free)(struct kvm_vcpu *vcpu);
273 int (*check_requests)(struct kvm_vcpu *vcpu);
290 int (*init_vm)(struct kvm *kvm);
291 void (*destroy_vm)(struct kvm *kvm);
293 int (*emulate_op)(struct kvm_vcpu *vcpu,
[all …]

Completed in 6 milliseconds