Home
last modified time | relevance | path

Searched refs:kvm_post_set_cr0 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h2093 void kvm_post_set_cr0(struct kvm_vcpu *vcpu, unsigned long old_cr0, unsigned long cr0);
/linux-6.12.1/arch/x86/kvm/
Dx86.c1119 void kvm_post_set_cr0(struct kvm_vcpu *vcpu, unsigned long old_cr0, unsigned long cr0) in kvm_post_set_cr0() function
1154 EXPORT_SYMBOL_GPL(kvm_post_set_cr0);
1191 kvm_post_set_cr0(vcpu, old_cr0, cr0); in kvm_set_cr0()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c2735 kvm_post_set_cr0(vcpu, old_value, new_value); in cr_trap()