Home
last modified time | relevance | path

Searched defs:set_cr0 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Dsmm.c319 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() local
Dx86.c1189 kvm_x86_call(set_cr0)(vcpu, cr0); in kvm_set_cr0() local
12508 kvm_x86_call(set_cr0)(vcpu, new_cr0); in kvm_vcpu_reset() local
/linux-6.12.1/arch/powerpc/lib/
Dsstep.c1140 static nokprobe_inline void set_cr0(const struct pt_regs *regs, in set_cr0() function
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h1663 void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); member