Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c3244 unsigned long exit_qual) in nested_vmx_inject_exception_vmexit() argument
3264 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual); in nested_vmx_inject_exception_vmexit()
3271 static int nested_vmx_check_exception(struct kvm_vcpu *vcpu, unsigned long *exit_qual) in nested_vmx_check_exception() argument
3278 *exit_qual = vcpu->arch.apf.nested_apf_token; in nested_vmx_check_exception()
3292 *exit_qual = vcpu->arch.cr2; in nested_vmx_check_exception()
3298 *exit_qual = vcpu->arch.dr6; in nested_vmx_check_exception()
3300 *exit_qual = 0; in nested_vmx_check_exception()
8926 unsigned long exit_qual = vmcs_readl(EXIT_QUALIFICATION); in handle_vmptrst() local
8935 if (get_vmx_mem_address(vcpu, exit_qual, instr_info, true, &gva)) in handle_vmptrst()
12546 u32 *exit_qual) in check_vmentry_postreqs() argument
[all …]