Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dsmm.c324 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
H A Dx86.c1200 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local
13030 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
/linux/arch/powerpc/lib/
H A Dsstep.c1136 static nokprobe_inline void set_cr0(const struct pt_regs *regs, in set_cr0() function
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h560 static inline void set_cr0(uint64_t val) in set_cr0() function
/linux/arch/x86/include/asm/
H A Dkvm_host.h1777 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member