Searched refs:gmap_addr (Results 1 – 4 of 4) sorted by relevance
/arch/s390/include/asm/ |
D | processor.h | 123 unsigned long gmap_addr; /* address of last gmap fault. */ member
|
/arch/s390/mm/ |
D | fault.c | 444 current->thread.gmap_addr = address; in do_exception() 529 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
|
/arch/s390/kvm/ |
D | vsie.c | 916 current->thread.gmap_addr, 1); in handle_fault() 919 current->thread.gmap_addr); in handle_fault() 922 current->thread.gmap_addr, in handle_fault() 925 vsie_page->fault_addr = current->thread.gmap_addr; in handle_fault()
|
D | kvm-s390.c | 3685 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr)); in kvm_arch_setup_async_pf() 3686 hva += current->thread.gmap_addr & ~PAGE_MASK; in kvm_arch_setup_async_pf() 3690 rc = kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch); in kvm_arch_setup_async_pf() 3815 current->thread.gmap_addr; in vcpu_post_run() 3823 return kvm_arch_fault_in_page(vcpu, current->thread.gmap_addr, 1); in vcpu_post_run()
|