Searched refs:gmap_addr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | processor.h | 120 unsigned long gmap_addr; /* address of last gmap fault. */ member
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | vsie.c | 910 current->thread.gmap_addr, 1); in handle_fault() 913 current->thread.gmap_addr, NULL); in handle_fault() 916 current->thread.gmap_addr, in handle_fault() 919 vsie_page->fault_addr = current->thread.gmap_addr; in handle_fault()
|
| H A D | kvm-s390.c | 4000 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr)); in kvm_arch_setup_async_pf() 4001 hva += current->thread.gmap_addr & ~PAGE_MASK; in kvm_arch_setup_async_pf() 4005 return kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch); in kvm_arch_setup_async_pf() 4126 current->thread.gmap_addr; in vcpu_post_run() 4134 return kvm_arch_fault_in_page(vcpu, current->thread.gmap_addr, 1); in vcpu_post_run()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | fault.c | 441 current->thread.gmap_addr = address; in do_exception() 508 address = __gmap_link(gmap, current->thread.gmap_addr, in do_exception()
|