Home
last modified time | relevance | path

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

/tools/libs/guest/
A Dxg_dom_core.c439 for ( phys = dom->phys_pages; phys != NULL; phys = phys->next ) in xc_dom_pfn_to_ptr_retcount()
441 if ( pfn >= (phys->first + phys->count) ) in xc_dom_pfn_to_ptr_retcount()
466 if ( pfn >= phys->first + phys->count ) in xc_dom_pfn_to_ptr_retcount()
483 phys = xc_dom_malloc(dom, sizeof(*phys)); in xc_dom_pfn_to_ptr_retcount()
486 memset(phys, 0, sizeof(*phys)); in xc_dom_pfn_to_ptr_retcount()
493 phys->ptr = xc_dom_boot_domU_map(dom, phys->first, phys->count); in xc_dom_pfn_to_ptr_retcount()
503 phys->ptr = mmap(NULL, phys->count << page_shift, in xc_dom_pfn_to_ptr_retcount()
520 __FUNCTION__, mode, phys->first, phys->count, phys->ptr); in xc_dom_pfn_to_ptr_retcount()
634 for ( phys = dom->phys_pages; phys != NULL; phys = phys->next ) in xc_dom_unmap_one()
636 if ( (pfn >= phys->first) && (pfn < (phys->first + phys->count)) ) in xc_dom_unmap_one()
[all …]
/tools/xl/
A Dxl_cdrom.c28 static int cd_insert(uint32_t domid, const char *virtdev, char *phys) in cd_insert() argument
37 virtdev, phys ? phys : ""); in cd_insert()
/tools/hotplug/Linux/
A Dblock252 phys=$(xenstore_read_default "$XENBUS_PATH/physical-device" 'MISSING')
253 if [ "$phys" != 'MISSING' ]
/tools/python/scripts/
A Dconvert-legacy-stream326 phys, start, size, namelen = unpack("=QQQI", data[:28])
349 root = ("physmap/%x" % (phys, )).encode('ascii')

Completed in 11 milliseconds