Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h41 KVM_X86_OP(set_cr0)
H A Dkvm_host.h1588 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c1136 static nokprobe_inline void set_cr0(const struct pt_regs *regs, in set_cr0() function
1594 set_cr0(regs, op); in analyse_instr()
1667 set_cr0(regs, op); in analyse_instr()
1673 set_cr0(regs, op); in analyse_instr()
3147 set_cr0(regs, op); in analyse_instr()
3155 set_cr0(regs, op); in analyse_instr()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4975 .set_cr0 = svm_set_cr0,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8287 .set_cr0 = vmx_set_cr0,