Searched refs:gmap_addr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/s390/kvm/ |
D | vsie.c | 746 current->thread.gmap_addr, 1); in handle_fault() 749 current->thread.gmap_addr); in handle_fault() 752 current->thread.gmap_addr, in handle_fault() 755 vsie_page->fault_addr = current->thread.gmap_addr; in handle_fault()
|
D | kvm-s390.c | 3316 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr)); in kvm_arch_setup_async_pf() 3317 hva += current->thread.gmap_addr & ~PAGE_MASK; in kvm_arch_setup_async_pf() 3321 rc = kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch); in kvm_arch_setup_async_pf() 3444 current->thread.gmap_addr; in vcpu_post_run() 3452 return kvm_arch_fault_in_page(vcpu, current->thread.gmap_addr, 1); in vcpu_post_run()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | processor.h | 128 unsigned long gmap_addr; /* address of last gmap fault. */ member
|
/Linux-v4.19/arch/s390/mm/ |
D | fault.c | 462 current->thread.gmap_addr = address; in do_exception() 547 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
|