Home
last modified time | relevance | path

Searched refs:post_set_cr3 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h43 KVM_X86_OP_OPTIONAL(post_set_cr3)
H A Dkvm_host.h1778 void (*post_set_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5166 .post_set_cr3 = sev_post_set_cr3,
/linux/arch/x86/kvm/
H A Dx86.c12380 kvm_x86_call(post_set_cr3)(vcpu, sregs->cr3); in __set_sregs_common()