Searched defs:set_cr0 (Results 1 – 4 of 4) sorted by relevance
324 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
1202 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local13127 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
562 static inline void set_cr0(u64 val) in set_cr0() function
1808 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member