Home
last modified time | relevance | path

Searched refs:get_rflags (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c68 .get_rflags = vmx_get_rflags,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h54 KVM_X86_OP(get_rflags)
H A Dkvm_host.h1712 unsigned long (*get_rflags)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kvm/
H A Dmmu.h190 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in permission_fault()
H A Dx86.c8953 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in kvm_skip_emulated_instruction()
9283 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in x86_emulate_instruction()
13278 rflags = kvm_x86_call(get_rflags)(vcpu); in kvm_get_rflags()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5189 .get_rflags = svm_get_rflags,