Searched refs:start_gfn (Results 1 – 4 of 4) sorted by relevance
1633 gfn_t start_gfn = gpa >> PAGE_SHIFT; in kvm_gfn_to_hva_cache_init() local1635 gfn_t nr_pages_needed = end_gfn - start_gfn + 1; in kvm_gfn_to_hva_cache_init()1641 ghc->memslot = gfn_to_memslot(kvm, start_gfn); in kvm_gfn_to_hva_cache_init()1642 ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, NULL); in kvm_gfn_to_hva_cache_init()1650 while (start_gfn <= end_gfn) { in kvm_gfn_to_hva_cache_init()1651 ghc->memslot = gfn_to_memslot(kvm, start_gfn); in kvm_gfn_to_hva_cache_init()1652 ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, in kvm_gfn_to_hva_cache_init()1656 start_gfn += nr_pages_avail; in kvm_gfn_to_hva_cache_init()
151 __u64 start_gfn; member
771 hva = gfn_to_hva(kvm, args->start_gfn + i); in kvm_s390_get_skeys()825 hva = gfn_to_hva(kvm, args->start_gfn + i); in kvm_s390_set_skeys()
2819 __u64 start_gfn;2826 The start_gfn field is the number of the first guest frame whose storage keys2829 The count field is the number of consecutive frames (starting from start_gfn)2849 The start_gfn field is the number of the first guest frame whose storage keys2852 The count field is the number of consecutive frames (starting from start_gfn)2859 single frame starting at start_gfn for count frames.