Home
last modified time | relevance | path

Searched refs:first_pfn (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_devicemodel_compat.c102 xc_interface *xch, uint32_t domid, uint64_t first_pfn, uint32_t nr, in xc_hvm_track_dirty_vram() argument
105 return xendevicemodel_track_dirty_vram(xch->dmod, domid, first_pfn, in xc_hvm_track_dirty_vram()
110 xc_interface *xch, uint32_t domid, uint64_t first_pfn, uint32_t nr) in xc_hvm_modified_memory() argument
112 return xendevicemodel_modified_memory(xch->dmod, domid, first_pfn, nr); in xc_hvm_modified_memory()
117 uint64_t first_pfn, uint32_t nr) in xc_hvm_set_mem_type() argument
119 return xendevicemodel_set_mem_type(xch->dmod, domid, type, first_pfn, in xc_hvm_set_mem_type()
A Dxc_mem_access.c29 uint64_t first_pfn, in xc_set_mem_access() argument
37 .pfn = first_pfn, in xc_set_mem_access()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddm.c92 static int track_dirty_vram(struct domain *d, xen_pfn_t first_pfn, in track_dirty_vram() argument
108 shadow_track_dirty_vram(d, first_pfn, nr, buf->h) : in track_dirty_vram()
109 hap_track_dirty_vram(d, first_pfn, nr, buf->h); in track_dirty_vram()
189 end_pfn = extent.first_pfn + extent.nr; in modified_memory()
191 if ( end_pfn <= extent.first_pfn || in modified_memory()
198 pfn = extent.first_pfn + *pfns_done; in modified_memory()
267 xen_pfn_t last_pfn = data->first_pfn + data->nr - 1; in set_mem_type()
280 if ( (data->first_pfn > last_pfn) || in set_mem_type()
302 unsigned long pfn = data->first_pfn + iter; in set_mem_type()
334 data->first_pfn += iter; in set_mem_type()
[all …]
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Ddm_op.h194 uint64_aligned_t first_pfn; member
264 uint64_aligned_t first_pfn; member
285 uint64_aligned_t first_pfn; member
/xen-4.10.0-shim-comet/tools/libs/devicemodel/include/
A Dxendevicemodel.h253 xendevicemodel_handle *dmod, domid_t domid, uint64_t first_pfn,
267 xendevicemodel_handle *dmod, domid_t domid, uint64_t first_pfn,
299 uint64_t first_pfn, uint32_t nr);
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dcore.c460 xendevicemodel_handle *dmod, domid_t domid, uint64_t first_pfn, in xendevicemodel_track_dirty_vram() argument
471 data->first_pfn = first_pfn; in xendevicemodel_track_dirty_vram()
499 xendevicemodel_handle *dmod, domid_t domid, uint64_t first_pfn, in xendevicemodel_modified_memory() argument
503 .first_pfn = first_pfn, in xendevicemodel_modified_memory()
512 uint64_t first_pfn, uint32_t nr) in xendevicemodel_set_mem_type() argument
523 data->first_pfn = first_pfn; in xendevicemodel_set_mem_type()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl_compat.h157 xc_interface *xch, uint32_t domid, uint64_t first_pfn, uint32_t nr,
160 xc_interface *xch, uint32_t domid, uint64_t first_pfn, uint32_t nr);
163 uint64_t first_pfn, uint32_t nr);
A Dxenctrl.h2006 xenmem_access_t access, uint64_t first_pfn,
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dshadow.h64 unsigned long first_pfn,
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c1486 unsigned long first_pfn, nr_pfns, allow_access, ret; in pyxc_domain_iomem_permission() local
1491 &dom, &first_pfn, &nr_pfns, &allow_access) ) in pyxc_domain_iomem_permission()
1495 xc->xc_handle, dom, first_pfn, nr_pfns, allow_access); in pyxc_domain_iomem_permission()

Completed in 19 milliseconds