Searched refs:set_cr0 (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | main.c | 56 .set_cr0 = vmx_set_cr0,
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm-x86-ops.h | 41 KVM_X86_OP(set_cr0)
|
| H A D | kvm_host.h | 1699 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member
|
| /linux-6.15/arch/powerpc/lib/ |
| H A D | sstep.c | 1136 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()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | smm.c | 320 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
|
| H A D | x86.c | 1151 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local 11951 kvm_x86_call(set_cr0)(vcpu, sregs->cr0); in __set_sregs_common() 12537 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 5176 .set_cr0 = svm_set_cr0,
|