Home
last modified time | relevance | path

Searched refs:start_gfn (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/virt/kvm/
Dkvm_main.c1633 gfn_t start_gfn = gpa >> PAGE_SHIFT; in kvm_gfn_to_hva_cache_init() local
1635 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()
/linux-4.1.27/include/uapi/linux/
Dkvm.h151 __u64 start_gfn; member
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c771 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()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2819 __u64 start_gfn;
2826 The start_gfn field is the number of the first guest frame whose storage keys
2829 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 keys
2852 The count field is the number of consecutive frames (starting from start_gfn)
2859 single frame starting at start_gfn for count frames.