Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dmain.c68 .get_if_flag = vmx_get_if_flag,
/linux-6.12.1/arch/x86/include/asm/
Dkvm-x86-ops.h54 KVM_X86_OP(get_if_flag)
Dkvm_host.h1677 bool (*get_if_flag)(struct kvm_vcpu *vcpu); member
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c5050 .get_if_flag = svm_get_if_flag,
/linux-6.12.1/arch/x86/kvm/
Dx86.c10160 kvm_run->if_flag = kvm_x86_call(get_if_flag)(vcpu); in post_kvm_run_save()