Home
last modified time | relevance | path

Searched refs:nr_mfns (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/xen/dom0/
Ddomctl.c160 uint64_t nr_mfns, uint8_t allow_access) in xen_domctl_iomem_permission() argument
166 .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() argument
184 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()
/Zephyr-latest/include/zephyr/xen/dom0/
Ddomctl.h26 uint64_t nr_mfns, uint8_t allow_access);
28 uint64_t nr_mfns, uint32_t add_mapping);
/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h287 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */ member
388 uint64_aligned_t nr_mfns; /* number of pages in range (>0) */ member