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.c1140 static nokprobe_inline void set_cr0(const struct pt_regs *regs, in set_cr0() function
1598 set_cr0(regs, op); in analyse_instr()
1671 set_cr0(regs, op); in analyse_instr()
1677 set_cr0(regs, op); in analyse_instr()
3151 set_cr0(regs, op); in analyse_instr()
3159 set_cr0(regs, op); in analyse_instr()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4963 .set_cr0 = svm_set_cr0,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8278 .set_cr0 = vmx_set_cr0,