Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h261 struct kvmppc_ops { struct
262 struct module *owner;
270 void (*vcpu_put)(struct kvm_vcpu *vcpu);
273 int (*vcpu_run)(struct kvm_vcpu *vcpu);
274 int (*vcpu_create)(struct kvm_vcpu *vcpu);
275 void (*vcpu_free)(struct kvm_vcpu *vcpu);
276 int (*check_requests)(struct kvm_vcpu *vcpu);
291 int (*init_vm)(struct kvm *kvm);
292 void (*destroy_vm)(struct kvm *kvm);
294 int (*emulate_op)(struct kvm_vcpu *vcpu,
[all …]