Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_ppc.h229 struct kvmppc_ops { struct
230 struct module *owner;
231 int (*get_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
232 int (*set_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);
233 int (*get_one_reg)(struct kvm_vcpu *vcpu, u64 id,
235 int (*set_one_reg)(struct kvm_vcpu *vcpu, u64 id,
237 void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu);
238 void (*vcpu_put)(struct kvm_vcpu *vcpu);
239 void (*set_msr)(struct kvm_vcpu *vcpu, u64 msr);
240 int (*vcpu_run)(struct kvm_run *run, struct kvm_vcpu *vcpu);
[all …]