Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1984 void kvm_post_set_cr0(struct kvm_vcpu *vcpu, unsigned long old_cr0, unsigned long cr0);
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c929 void kvm_post_set_cr0(struct kvm_vcpu *vcpu, unsigned long old_cr0, unsigned long cr0) in kvm_post_set_cr0() function
969 EXPORT_SYMBOL_GPL(kvm_post_set_cr0); variable
1006 kvm_post_set_cr0(vcpu, old_cr0, cr0); in kvm_set_cr0()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c2732 kvm_post_set_cr0(vcpu, old_value, new_value); in cr_trap()

Completed in 26 milliseconds