Searched refs:set_cr0 (Results 1 – 7 of 7) sorted by relevance
42 KVM_X86_OP(set_cr0)
1777 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member
909 .set_cr0 = vt_op(set_cr0),
324 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
1200 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local12388 kvm_x86_call(set_cr0)(vcpu, sregs->cr0); in __set_sregs_common()13030 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
560 static inline void set_cr0(uint64_t val) in set_cr0() function
5165 .set_cr0 = svm_set_cr0,