Searched defs:kvmppc_ops (Results 1 – 1 of 1) sorted by relevance
264 struct kvmppc_ops { struct265 struct module *owner;266 int (*get_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);267 int (*set_sregs)(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs);268 int (*get_one_reg)(struct kvm_vcpu *vcpu, u64 id,270 int (*set_one_reg)(struct kvm_vcpu *vcpu, u64 id,272 void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu);273 void (*vcpu_put)(struct kvm_vcpu *vcpu);274 void (*set_msr)(struct kvm_vcpu *vcpu, u64 msr);275 int (*vcpu_run)(struct kvm_run *run, struct kvm_vcpu *vcpu);[all …]