Home
last modified time | relevance | path

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

/linux/virt/kvm/
A Dasync_pf.c47 struct kvm_async_pf *apf = in async_pf_execute() local
49 struct mm_struct *mm = apf->mm; in async_pf_execute()
50 struct kvm_vcpu *vcpu = apf->vcpu; in async_pf_execute()
51 unsigned long addr = apf->addr; in async_pf_execute()
52 gpa_t cr2_or_gpa = apf->cr2_or_gpa; in async_pf_execute()
70 kvm_arch_async_page_present(vcpu, apf); in async_pf_execute()
74 list_add_tail(&apf->link, &vcpu->async_pf.done); in async_pf_execute()
75 apf->vcpu = NULL; in async_pf_execute()
/linux/arch/x86/kvm/
A Dx86.c338 vcpu->arch.apf.gfns[i] = ~0; in kvm_async_pf_hash_reset()
9711 vcpu->arch.apf.halted = true; in vcpu_enter_guest()
10019 vcpu->arch.apf.halted = false; in vcpu_block()
10035 !vcpu->arch.apf.halted); in kvm_vcpu_running()
11045 vcpu->arch.apf.msr_en_val = 0; in kvm_vcpu_reset()
11046 vcpu->arch.apf.msr_int_val = 0; in kvm_vcpu_reset()
11053 vcpu->arch.apf.halted = false; in kvm_vcpu_reset()
12012 vcpu->arch.apf.gfns[i] = ~0; in kvm_del_async_pf_gfn()
12024 vcpu->arch.apf.gfns[i] = vcpu->arch.apf.gfns[j]; in kvm_del_async_pf_gfn()
12123 .vector = vcpu->arch.apf.vec in kvm_arch_async_page_present()
[all …]
/linux/arch/x86/kvm/svm/
A Dnested.c1130 svm->vmcb->control.exit_info_2 = svm->vcpu.arch.apf.nested_apf_token; in nested_svm_inject_exception_vmexit()
1232 svm->vcpu.arch.apf.host_apf_flags) in nested_svm_exit_special()
A Dsvm.c3965 vcpu->arch.apf.host_apf_flags = in svm_vcpu_run()
/linux/arch/x86/kvm/mmu/
A Dmmu.c3913 arch.token = (vcpu->arch.apf.id++ << 12) | vcpu->vcpu_id; in kvm_arch_setup_async_pf()
4083 u32 flags = vcpu->arch.apf.host_apf_flags; in kvm_handle_page_fault()
4100 vcpu->arch.apf.host_apf_flags = 0; in kvm_handle_page_fault()
/linux/arch/x86/include/asm/
A Dkvm_host.h829 } apf; member
/linux/arch/x86/kvm/vmx/
A Dnested.c446 *exit_qual = vcpu->arch.apf.nested_apf_token; in nested_vmx_check_exception()
5856 return vcpu->arch.apf.host_apf_flags || in nested_vmx_l0_wants_exit()
A Dvmx.c4792 if (enable_ept && !vcpu->arch.apf.host_apf_flags) { in handle_exception_nmi()
6359 vmx->vcpu.arch.apf.host_apf_flags = kvm_read_and_reset_apf_flags(); in handle_exception_nmi_irqoff()

Completed in 78 milliseconds