Searched refs:set_cr0 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/x86/kvm/vmx/ |
D | main.c | 55 .set_cr0 = vmx_set_cr0,
|
/linux-6.12.1/arch/x86/include/asm/ |
D | kvm-x86-ops.h | 40 KVM_X86_OP(set_cr0)
|
D | kvm_host.h | 1663 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member
|
/linux-6.12.1/arch/powerpc/lib/ |
D | sstep.c | 1140 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()
|
/linux-6.12.1/arch/x86/kvm/ |
D | smm.c | 319 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
|
D | x86.c | 1189 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local 11925 kvm_x86_call(set_cr0)(vcpu, sregs->cr0); in __set_sregs_common() 12508 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
|
/linux-6.12.1/arch/x86/kvm/svm/ |
D | svm.c | 5036 .set_cr0 = svm_set_cr0,
|