Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c100 .refresh_apicv_exec_ctrl = vmx_refresh_apicv_exec_ctrl,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h86 KVM_X86_OP(refresh_apicv_exec_ctrl)
H A Dkvm_host.h1771 void (*refresh_apicv_exec_ctrl)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5222 .refresh_apicv_exec_ctrl = avic_refresh_apicv_exec_ctrl,
/linux-6.15/arch/x86/kvm/
H A Dx86.c10568 kvm_x86_call(refresh_apicv_exec_ctrl)(vcpu); in __kvm_vcpu_update_apicv() local