Searched refs:nr_mfns (Results 1 – 3 of 3) sorted by relevance
160 uint64_t nr_mfns, uint8_t allow_access) in xen_domctl_iomem_permission() argument166 .u.iomem_permission.nr_mfns = nr_mfns, in xen_domctl_iomem_permission()174 uint64_t nr_mfns, uint32_t add_mapping) in xen_domctl_memory_mapping() argument184 if (!nr_mfns) { in xen_domctl_memory_mapping()190 nr_max = nr_mfns; in xen_domctl_memory_mapping()195 curr = MIN(nr_mfns - done, nr_max); in xen_domctl_memory_mapping()196 domctl.u.memory_mapping.nr_mfns = curr; in xen_domctl_memory_mapping()215 } while (done < nr_mfns); in xen_domctl_memory_mapping()
26 uint64_t nr_mfns, uint8_t allow_access);28 uint64_t nr_mfns, uint32_t add_mapping);
287 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */ member388 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */ member