Home
last modified time | relevance | path

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

/linux-2.6.39/virt/kvm/
Dasync_pf.c60 struct kvm_async_pf *apf = in async_pf_execute() local
62 struct mm_struct *mm = apf->mm; in async_pf_execute()
63 struct kvm_vcpu *vcpu = apf->vcpu; in async_pf_execute()
64 unsigned long addr = apf->addr; in async_pf_execute()
65 gva_t gva = apf->gva; in async_pf_execute()
76 list_add_tail(&apf->link, &vcpu->async_pf.done); in async_pf_execute()
77 apf->page = page; in async_pf_execute()
78 apf->done = true; in async_pf_execute()
/linux-2.6.39/arch/x86/kvm/
Dx86.c164 vcpu->arch.apf.gfns[i] = ~0; in kvm_async_pf_hash_reset()
1443 vcpu->arch.apf.msr_val = data; in kvm_pv_enable_async_pf()
1451 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa)) in kvm_pv_enable_async_pf()
1454 vcpu->arch.apf.send_user_only = !(data & KVM_ASYNC_PF_SEND_ALWAYS); in kvm_pv_enable_async_pf()
1832 data = vcpu->arch.apf.msr_val; in kvm_get_msr_common()
5206 vcpu->arch.apf.halted = true; in vcpu_enter_guest()
5345 !vcpu->arch.apf.halted) in __vcpu_run()
5358 vcpu->arch.apf.halted = false; in __vcpu_run()
5884 vcpu->arch.apf.msr_val = 0; in kvm_arch_vcpu_destroy()
5905 vcpu->arch.apf.msr_val = 0; in kvm_arch_vcpu_reset()
[all …]
Dmmu.c2694 arch.token = (vcpu->arch.apf.id++ << 12) | vcpu->vcpu_id; in kvm_arch_setup_async_pf()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h415 } apf; member