Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/x86/kvm/
A Dx86.c353 vcpu->arch.apf.gfns[i] = ~0; in kvm_async_pf_hash_reset()
10462 vcpu->arch.apf.halted = true; in vcpu_enter_guest()
10818 vcpu->arch.apf.halted = false; in vcpu_block()
10832 !vcpu->arch.apf.halted); in kvm_vcpu_running()
11922 vcpu->arch.apf.msr_en_val = 0; in kvm_vcpu_reset()
11923 vcpu->arch.apf.msr_int_val = 0; in kvm_vcpu_reset()
11930 vcpu->arch.apf.halted = false; in kvm_vcpu_reset()
12889 vcpu->arch.apf.gfns[i] = ~0; in kvm_del_async_pf_gfn()
12901 vcpu->arch.apf.gfns[i] = vcpu->arch.apf.gfns[j]; in kvm_del_async_pf_gfn()
13014 .vector = vcpu->arch.apf.vec in kvm_arch_async_page_present()
[all …]
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c4168 u32 id = vcpu->arch.apf.id; in alloc_apf_token()
4171 vcpu->arch.apf.id = 1; in alloc_apf_token()
4173 return (vcpu->arch.apf.id++ << 12) | vcpu->vcpu_id; in alloc_apf_token()
4370 u32 flags = vcpu->arch.apf.host_apf_flags; in kvm_handle_page_fault()
4387 vcpu->arch.apf.host_apf_flags = 0; in kvm_handle_page_fault()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h935 } apf; member
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dnested.c1455 svm->vcpu.arch.apf.host_apf_flags) in nested_svm_exit_special()
A Dsvm.c4045 vcpu->arch.apf.host_apf_flags = in svm_vcpu_run()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c5241 if (enable_ept && !vcpu->arch.apf.host_apf_flags) { in handle_exception_nmi()
6906 vmx->vcpu.arch.apf.host_apf_flags = kvm_read_and_reset_apf_flags(); in handle_exception_irqoff()
A Dnested.c6151 return vcpu->arch.apf.host_apf_flags || in nested_vmx_l0_wants_exit()

Completed in 92 milliseconds