/xen/tools/firmware/hvmloader/ |
A D | xenbus.c | 107 uint32_t part, done = 0; in ring_write() local 121 if ( part > len ) in ring_write() 122 part = len; in ring_write() 127 rings->req_prod += part; in ring_write() 128 len -= part; in ring_write() 129 done += part; in ring_write() 135 uint32_t part, done = 0; in ring_read() local 161 if ( part > len ) in ring_read() 162 part = len; in ring_read() 168 len -= part; in ring_read() [all …]
|
/xen/xen/common/ |
A D | list_sort.c | 117 struct list_head *part[MAX_LIST_LENGTH_BITS+1]; /* sorted partial lists in list_sort() local 126 memset(part, 0, sizeof(part)); in list_sort() 136 for (lev = 0; part[lev]; lev++) { in list_sort() 137 cur = merge(priv, cmp, part[lev], cur); in list_sort() 138 part[lev] = NULL; in list_sort() 141 if (unlikely(lev >= ARRAY_SIZE(part)-1)) { in list_sort() 148 part[lev] = cur; in list_sort() 152 if (part[lev]) in list_sort() 153 list = merge(priv, cmp, part[lev], list); in list_sort() 155 merge_and_restore_back_links(priv, cmp, head, part[max_lev], list); in list_sort()
|
A D | README.source | 4 in this part of the Xen source tree. Note that the list may not
|
/xen/xen/arch/arm/arm32/lib/ |
A D | div64.S | 59 @ Align divisor with upper part of dividend. 114 @ The top part of remainder became zero. If carry is set 116 @ Otherwise, if lower part is also null then we are done. 121 @ We still have remainer bits in the low part. Bring them up.
|
/xen/stubdom/grub.patches/ |
A D | 99minios | 549 + (part << 4)) ) ) 554 + (part << 4)) ) ) 556 #define PC_SLICE_SEC(mbr_ptr, part) \ 559 + (part << 4)) ) ) 564 + (part << 4)) ) ) 569 + (part << 4)) ) ) 574 + (part << 4)) ) ) 579 + (part << 4)) ) ) 584 + (part << 4)) ) ) 589 + (part << 4)) ) ) [all …]
|
A D | 61btrfs.diff | 381 + unsigned long part; 1878 + dev->part, 1917 + BTRFS_FS_INFO->sb_dev.part = dev->part; 1965 + unsigned long part = 0xFFFFFF; 1977 + &part, &type, &dev->part, 1997 + dev->part = 0; 2010 + dev->part = 0; 2137 + dev->part = part_start; 2145 + dev->part = cdev->part; 2518 + multi.stripes[0].dev.part, [all …]
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 56 (self.disk, self.part) = str.split(",", 2) 59 self.part = None 62 if self.part is not None: 63 return "d%dp%d" %(self.disk, self.part) 90 part = property(get_part, set_part) variable in GrubDiskPart
|
/xen/xen/tools/kconfig/ |
A D | README.source | 4 in this part of the Xen source tree.
|
/xen/tools/flask/policy/modules/ |
A D | vm_role.te | 1 # The vm role is used as part of user separation. Allow all domain types to use
|
A D | dom0.te | 23 # Note that dom0 is part of domain_type so this has duplicates.
|
/xen/stubdom/vtpmmgr/ |
A D | README.source | 24 uuid.h - This file does not appear to be part of the original
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 13 'Makefile'. ('xen/Makefile' isn't part of the description.) 20 Goal definitions are the main part (heart) of the Makefile. 147 The ": %: %.o" part of the prerequisite is a shorthand that
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 88 Because the domid of both ends of a PV protocol forms a key part of 124 Because the console and store protocol shared pages are actually part of 126 VMs) then the content will get migrated as part of the guest memory image. 178 They are an important part of post PV protocols. Normally a frontend driver 226 forms part of the guest state. 260 that at least some of the extra records should only form part of a 264 as grant table state, could potentially harmlessly form part of a normal
|
/xen/docs/misc/ |
A D | printk-formats.txt | 48 The domain part as above, with the vcpu_id printed in decimal.
|
A D | kconfig-macro-language.rst | 122 The "warning-if" function takes two arguments. If the condition part is "y", 123 the text part is sent to stderr. The text is prefixed with the name of the 129 parsing immediately if the condition part is "y".
|
A D | xenmon.txt | 10 For each domain, xenmon reports various metrics. One part of the display is a 12 part of the display shows data measured over 10 seconds. Other measurement
|
A D | dump-core-format.txt | 91 exist invalid (pfn, gmfn)'s at the end part of this array. 107 pfn's at the end part of this array.
|
/xen/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 3 This document is part of the Bochs/VBEBios documentation, 189 The current X offset (in pixels!) of the visible screen part. 193 The current Y offset (in pixels!) of the visible screen part.
|
/xen/docs/features/ |
A D | intel_psr_mba.pandoc | 138 This part reuses CAT COS infrastructure. 146 This part reuses CAT COS infrastructure. 280 7. Add context in 'Testing' part to make things
|
/xen/xen/include/acpi/ |
A D | actypes.h | 294 struct uint64_struct part; member
|
/xen/tools/libxc/ |
A D | COPYING | 189 table, the facility still operates, and performs whatever part of 204 distribute the same sections as part of a whole which is a work based 207 entire whole, and thus to each and every part regardless of who wrote 233 This option is useful when you wish to copy part of the code of 262 that is part of the Library, the object code for the work may be a 355 that part of it is a work based on the Library, and explaining
|
/xen/tools/libacpi/ |
A D | COPYING | 190 table, the facility still operates, and performs whatever part of 205 distribute the same sections as part of a whole which is a work based 208 entire whole, and thus to each and every part regardless of who wrote 234 This option is useful when you wish to copy part of the code of 263 that is part of the Library, the object code for the work may be a 356 that part of it is a work based on the Library, and explaining
|
/xen/xen/common/libelf/ |
A D | COPYING | 189 table, the facility still operates, and performs whatever part of 204 distribute the same sections as part of a whole which is a work based 207 entire whole, and thus to each and every part regardless of who wrote 233 This option is useful when you wish to copy part of the code of 262 that is part of the Library, the object code for the work may be a 355 that part of it is a work based on the Library, and explaining
|
/xen/ |
A D | CONTRIBUTING | 70 (a) The contribution was created in whole or in part by me and I 77 work with modifications, whether created in whole or in part
|
A D | README | 17 Laboratory, as part of the UK-EPSRC funded XenoServers project. Xen 147 and status information shared between domains. A daemon is implemented as part
|