set_cr0
set_cr0(regs, op);
set_cr0(regs, op);
set_cr0(regs, op);
set_cr0(regs, op);
set_cr0(regs, op);
KVM_X86_OP(set_cr0)
void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0);
kvm_x86_call(set_cr0)(vcpu, cr0);
.set_cr0 = svm_set_cr0,
.set_cr0 = vt_op(set_cr0),
kvm_x86_call(set_cr0)(vcpu, cr0);
kvm_x86_call(set_cr0)(vcpu, sregs->cr0);
kvm_x86_call(set_cr0)(vcpu, new_cr0);