/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 54 static unsigned long allocated; variable 111 for (i = allocated; i < new_allocated; i++) { in kexec_allocate() 141 allocated = new_allocated; in kexec_allocate() 353 for (pfn = 0; pfn < allocated; pfn++) in kexec() 375 DEBUG("day0 pages %lx\n", allocated); in kexec() 428 for (pfn = 0; pfn < allocated; pfn++) in kexec() 432 for (pfn = 0; pfn < allocated; pfn++) in kexec() 438 allocated = 0; in kexec()
|
A D | mini-os.c | 147 int allocated = 1 * 1024 * 1024; in load_file() local 153 buf = malloc(allocated); in load_file() 157 len = grub_read (buf + filled, allocated - filled); in load_file() 165 if (filled < allocated) in load_file() 167 allocated *= 2; in load_file() 168 buf = realloc(buf, allocated); in load_file()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xlcpupool.cfg.pod.5 | 90 specified nodes are allocated in the new cpupool. 114 found will be allocated in the new cpupool.
|
A D | xen-pv-channel.pod.7 | 87 A unique Unix domain socket path in dom0 is allocated
|
A D | xl-numa-placement.pod.7 | 34 of the host where the memory for the domain is being allocated (mostly, 49 created, as the most of its memory is allocated at that time and can
|
A D | xl.pod.1.in | 336 not be the currently allocated amount). VCPUs is the number of 337 virtual CPUs allocated to the domain. State is the run state (see 362 consume allocated resources (like memory), but will not be eligible for 578 allocated resources (such as memory), but will not be eligible for 903 Available memory (in MB) not allocated to Xen, or any other domains, or 956 the total amount of memory that has been right now allocated to the guest. 969 memory (out of the total 2048MB where 1191MB has been allocated to
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-locality.patch | 43 * its usage. In case of an error, all internally allocated memory
|
A D | lwip.patch-cvs | 446 /* Expand the size of the allocated memory region so that we can 642 - LWIP_ASSERT("mem_malloc: allocated memory not above ram_end.", 644 - LWIP_ASSERT("mem_malloc: allocated memory properly aligned.", 650 + LWIP_ASSERT("mem_malloc: allocated memory not above ram_end.", 652 + LWIP_ASSERT("mem_malloc: allocated memory properly aligned.", 802 + * ERR_MEM if the pbuf used to copy the packet couldn't be allocated 1118 deallocate the memory allocated for the timeout. */ 1154 deallocate the memory allocated for the timeout. */ 2288 - * ERR_MEM if the pbuf used to copy the packet couldn't be allocated
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_lzma2.c | 88 uint32_t allocated; member 1126 s->dict.allocated = 0; in xz_dec_lzma2_create() 1148 if (s->dict.allocated < s->dict.size) { in xz_dec_lzma2_reset() 1152 s->dict.allocated = 0; in xz_dec_lzma2_reset()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-vhd.c | 569 uint32_t i, allocated, full; in vhd_log_open() local 581 allocated = 0; in vhd_log_open() 586 allocated++; in vhd_log_open() 593 allocated, full, s->next_db); in vhd_log_open() 705 uint32_t i, allocated, full; in vhd_log_close() local 710 allocated = 0; in vhd_log_close() 715 allocated++; in vhd_log_close() 721 s->vhd.file, s->bat.bat.entries, allocated, full, s->next_db); in vhd_log_close()
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 127 Verify that pages that need to be scrubbed before being allocated to
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 30 initialised to a sentinel value indicating "nothing allocated". 41 each allocated resource and frees it iff necessary. It then
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 51 This is how much cpu time was allocated to the domain by the scheduler; This is
|
A D | grant-tables.txt | 352 allocated and held in a private reserve.
|
A D | vtd.txt | 314 Since the Virtual Function is dynamically allocated by Physical Function
|
A D | xen-command-line.markdown | 675 enough memory then as much as possible is allocated. 1194 which data structures should be deliberately allocated in low memory, 1235 one pending bit to be allocated. 1406 between domains. In hypervisor a Class of Service(COS) ID is allocated for each
|
A D | xenstore.txt | 226 <transid> is an opaque uint32_t allocated by xenstored
|
A D | pvcalls.markdown | 227 requests are allocated on the ring using the `RING_GET_REQUEST` macro. 331 Backend responses are allocated on the ring using the `RING_GET_RESPONSE` macro.
|
A D | livepatch.markdown | 41 by hypervisor and the virtual address for the new code is allocated dynamically. 121 area would be allocated dynamically).
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 78 initialised to a sentinel value indicating "nothing allocated". 89 each allocated resource and frees it iff necessary. It then
|
A D | idl.txt | 39 The name of the C function which will free all dynamically allocated
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 1865 * @return the allocated buffer state. 2067 * @return the newly allocated buffer state object. 2102 * @return the newly allocated buffer state object. 2117 * @return the newly allocated buffer state object.
|
A D | zconf.tab.c_shipped | 335 to allow for a few compiler-allocated temporary stack slots. */ 1475 /* Buffer for error messages, and its allocated size. */
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 399 if options.allocated:
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 462 + * field points back to the chunk allocation mapping tree that allocated
|