Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1177 void (*refresh_apicv_exec_ctrl)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4268 .refresh_apicv_exec_ctrl = svm_refresh_apicv_exec_ctrl,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7803 .refresh_apicv_exec_ctrl = vmx_refresh_apicv_exec_ctrl,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8870 kvm_x86_ops.refresh_apicv_exec_ctrl(vcpu); in kvm_vcpu_update_apicv()