Searched refs:hva (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/arch/s390/kvm/
H A Dpriv.c1160 unsigned long gfn, hva, res, pgstev, ptev; local
1170 hva = gfn_to_hva(vcpu->kvm, gfn);
1173 if (kvm_is_error_hva(hva))
1176 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3070 * event for the hva. This can be done by explicit checking the MMU notifier
3071 * or by ensuring that KVM already has a valid mapping that covers the hva.
3086 unsigned long hva; local
3101 hva = __gfn_to_hva_memslot(slot, gfn);
3117 pgd = READ_ONCE(*pgd_offset(kvm->mm, hva));
3121 p4d = READ_ONCE(*p4d_offset(&pgd, hva));
3125 pud = READ_ONCE(*pud_offset(&p4d, hva));
3134 pmd = READ_ONCE(*pmd_offset(&pud, hva));
3283 unsigned long hva = gfn_to_hva_memslot(slot, gfn); local
3285 send_sig_mceerr(BUS_MCEERR_AR, (void __user *)hva, PAGE_SHIF
[all...]
/linux-master/arch/x86/kvm/
H A Dlapic.c2606 void __user *hva; local
2614 hva = __x86_set_memory_region(kvm, APIC_ACCESS_PAGE_PRIVATE_MEMSLOT,
2616 if (IS_ERR(hva)) {
2617 ret = PTR_ERR(hva);
H A Dx86.c3699 kvm_is_error_hva(ghc->hva) || !ghc->memslot)) {
3704 kvm_is_error_hva(ghc->hva) || !ghc->memslot)
3708 st = (struct kvm_steal_time __user *)ghc->hva;
5099 kvm_is_error_hva(ghc->hva) || !ghc->memslot))
5102 st = (struct kvm_steal_time __user *)ghc->hva;
8017 unsigned long hva; local
8043 hva = kvm_vcpu_gfn_to_hva(vcpu, gpa_to_gfn(gpa));
8044 if (kvm_is_error_hva(hva))
8047 hva += offset_in_page(gpa);
8051 r = emulator_try_cmpxchg_user(u8, hva, ol
12645 unsigned long hva, old_npages; local
[all...]
/linux-master/arch/x86/kvm/svm/
H A Dnested.c874 vmcb12 = map.hva;
983 vmcb12 = map.hva;
H A Dsvm.c2270 vmcb12 = map.hva;
4642 svm_copy_vmrun_state(map_save.hva + 0x400,
4686 svm_copy_vmrun_state(&svm->vmcb01.ptr->save, map_save.hva + 0x400);
4694 vmcb12 = map.hva;
H A Dsev.c2887 svm->sev_es.ghcb = svm->sev_es.ghcb_map.hva;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1305 int get_pgste(struct mm_struct *mm, unsigned long hva, unsigned long *pgstep);
1306 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc,
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c630 msr_bitmap_l1 = (unsigned long *)map->hva;
2060 vmx->nested.hv_evmcs = vmx->nested.hv_evmcs_map.hva;
3297 (struct pi_desc *)(((void *)map->hva) +
3879 vapic_page = vmx->nested.virtual_apic_map.hva;
H A Dvmx.c4118 vapic_page = vmx->nested.virtual_apic_map.hva;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c5307 unsigned long hva; local
5344 hva = memslot->userspace_addr;
5346 vma = vma_lookup(kvm->mm, hva);

Completed in 585 milliseconds

123