Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dprocessor.h92 unsigned long gmap_addr; /* address of last gmap fault. */ member
/linux-4.1.27/arch/s390/mm/
Dfault.c418 current->thread.gmap_addr = address; in do_exception()
502 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c1859 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr)); in kvm_arch_setup_async_pf()
1860 hva += current->thread.gmap_addr & ~PAGE_MASK; in kvm_arch_setup_async_pf()
1864 rc = kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch); in kvm_arch_setup_async_pf()
1951 current->thread.gmap_addr; in vcpu_post_run()
1961 gpa_t gpa = current->thread.gmap_addr; in vcpu_post_run()