Searched refs:set_cr0 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 948 static nokprobe_inline void set_cr0(const struct pt_regs *regs, in set_cr0() function 1345 set_cr0(regs, op); in analyse_instr() 1416 set_cr0(regs, op); in analyse_instr() 1422 set_cr0(regs, op); in analyse_instr() 2561 set_cr0(regs, op); in analyse_instr() 2569 set_cr0(regs, op); in analyse_instr()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | kvm_host.h | 978 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member
|
/Linux-v4.19/arch/x86/kvm/ |
D | x86.c | 691 kvm_x86_ops->set_cr0(vcpu, cr0); in kvm_set_cr0() 7250 kvm_x86_ops->set_cr0(vcpu, cr0); in enter_smm() 8211 kvm_x86_ops->set_cr0(vcpu, sregs->cr0); in __set_sregs()
|
D | svm.c | 7081 .set_cr0 = svm_set_cr0,
|
D | vmx.c | 14135 .set_cr0 = vmx_set_cr0,
|