Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 36) sorted by relevance

12

/xen/tools/python/xen/migration/
A Dlibxc.py251 if len(content) != 0:
326 if len(content) < 8:
342 if len(content) < minsz:
365 contentsz = len(content)
376 if len(content) != sz:
392 if len(content) == 0:
401 if len(content) < sz:
414 if len(content) != sz:
426 if len(content) != 0:
433 if len(content) != 0:
[all …]
A Dlibxl.py128 content = self.rdexact(contentsz)
130 padding = content[length:]
147 if len(content) != 0:
154 if len(content) != 0:
165 if len(content) < minsz:
178 content = content[minsz:]
180 if len(content):
182 if content[-1] != '\x00':
200 if len(content) < minsz:
215 if len(content) != 0:
[all …]
/xen/tools/misc/
A Dxencov_split29 content = f.read()
33 while content:
34 off = content.find('\x00')
36 fn, = struct.unpack_from(fmt, content)
37 content = content[off+1:]
40 sz, = struct.unpack_from(fmt, content)
41 content = content[struct.calcsize(fmt):]
44 payload, = struct.unpack_from(fmt, content)
45 content = content[sz:]
A Dxen-detect.c141 char *content = NULL; in read_file_content() local
152 content = malloc(stab.st_size + 1); in read_file_content()
153 if ( !content ) in read_file_content()
160 datalen = fread(content, 1, stab.st_size, f); in read_file_content()
161 content[datalen] = 0; in read_file_content()
164 free(content); in read_file_content()
165 content = NULL; in read_file_content()
170 return content; in read_file_content()
/xen/tools/firmware/hvmloader/
A Dcacheattr.c60 uint64_t mtrr_cap, mtrr_def, content, addr_mask; in cacheattr_init() local
80 content = 0x0606060606060606ull; in cacheattr_init()
81 wrmsr(MSR_MTRRfix64K_00000, content); in cacheattr_init()
82 wrmsr(MSR_MTRRfix16K_80000, content); in cacheattr_init()
85 content = 0x0101010101010101ull; in cacheattr_init()
86 wrmsr(MSR_MTRRfix16K_A0000, content); in cacheattr_init()
88 content = 0x0606060606060606ull; in cacheattr_init()
90 wrmsr(MSR_MTRRfix4K_C0000 + i, content); in cacheattr_init()
/xen/tools/libs/hypfs/
A Dcore.c128 void *content = NULL; in xenhypfs_inflate() local
149 content = realloc(content, *sz + out_sz); in xenhypfs_inflate()
150 if (!content) { in xenhypfs_inflate()
159 free(content); in xenhypfs_inflate()
160 content = NULL; in xenhypfs_inflate()
164 return content; in xenhypfs_inflate()
213 void *retbuf = NULL, *content = NULL; in xenhypfs_read_raw() local
249 if (!content) in xenhypfs_read_raw()
263 free(content); in xenhypfs_read_raw()
264 content = NULL; in xenhypfs_read_raw()
[all …]
/xen/scripts/
A Dadd_maintainers.pl503 my $content;
506 $content = do { local $/; <$fh> };
510 return $content;
514 my ($content, $file) = @_;
518 print $fh $content or die $!;
525 my $content;
532 $content = readfile($file) or die $!;
535 if ($content =~ /^\Q$delimiter\E/mi) {
/xen/tools/libxc/
A Dxc_offline_page.c274 void *content = NULL; in change_pte() local
292 content = xc_map_foreign_range(xch, domid, PAGE_SIZE, in change_pte()
294 if (!content) in change_pte()
300 pte = ((const uint32_t*)content)[j]; in change_pte()
302 pte = ((const uint64_t*)content)[j]; in change_pte()
326 munmap(content, PAGE_SIZE); in change_pte()
327 content = NULL; in change_pte()
337 if (content) in change_pte()
338 munmap(content, PAGE_SIZE); in change_pte()
/xen/xen/include/xen/
A Dparam.h99 (parfs)->hypfs.u.content = var; \
127 .hypfs.u.content = &(variable) }
137 .hypfs.u.content = &(variable) }
147 .hypfs.u.content = &(variable) }
157 .hypfs.u.content = &(variable) }
A Dhypfs.h27 const void *content; member
71 leaf->u.content = str; in hypfs_string_set_reference()
84 .u.content = &(contvar), \
/xen/docs/
A Dgen-html-index40 my ($file,$title,$content) = @_;
57 $content
A Dparse-support-md308 my ($content) = @_;
312 my $blocks = [{ t => 'Para', c => $content }];
/xen/xen/tools/kconfig/tests/err_recursive_dep/
A DKconfig57 menu "menu depending on its content"
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc442 The content of the Shared Info page.
640 CPUID policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
660 MSR policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
687 content should be elided on the source side, as their presence serves no
746 STATIC_DATA_END record ahead of any memory/register content. This is to ease
804 tolerate and ignore variable sized records with zero content. Xen releases
806 X86_PV_VCPU_{EXTENDED,XSAVE,MSRS} records with zero-length content.
/xen/xen/common/
A Dhypfs.c130 if ( !leaf->u.content ) in hypfs_add_leaf()
259 return copy_to_guest(uaddr, l->u.content, entry->size) ? -EFAULT: 0; in hypfs_read_leaf()
A Dkernel.c420 config.u.content = xen_config_data; in buildinfo_init()
441 param->hypfs.e.size = strlen(param->hypfs.u.content) + 1; in param_init()
/xen/docs/features/
A Dlivepatch.pandoc35 depending on the content of the live patch. Because of this, it is
60 crash due to the content of the live patch being incorrect or the
A Dfeature-levelling.pandoc192 once memory and vcpu content has been restored. This means that the receiving
193 Xen cannot verify the memory/vcpu content against the CPUID policy, and can
205 [Intel Flexmigration](http://www.intel.co.uk/content/dam/www/public/us/en/documents/application-not…
A Dintel_psr_mba.pandoc245 …-32 Architectures Software Developer Manuals, vol3](http://www.intel.com/content/www/us/en/process…
256 2. Add content for 'Areas for improvement';
267 5. Remove content in 'Areas for improvement'.
A Dhypervisorfs.pandoc33 the content of an entry can be retrieved. Using:
/xen/docs/designs/
A Dnon-cooperative-migration.md116 communication with frontend drivers without perturbing the content of the
126 VMs) then the content will get migrated as part of the guest memory image.
128 the content.
136 but it is not clear that the content of the shared info page ever needs
225 frame number. Thus the layout and content of the grant table logically
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in36 # the xenstore tree and permissions, together with the content of the
/xen/docs/misc/
A Dvtd-pi.txt104 http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software…
123 http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.htm…
226 http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software…
/xen/xen/arch/x86/hvm/vmx/
A Dvvmx.c259 uint64_t *content = vvmcs; in get_vvmcs_virtual() local
265 res = content[offset]; in get_vvmcs_virtual()
313 uint64_t *content = vvmcs; in set_vvmcs_virtual() local
319 res = content[offset]; in set_vvmcs_virtual()
343 content[offset] = res; in set_vvmcs_virtual()
/xen/tools/libxl/
A Dlibxl_domain.c2102 const char *content; in libxl__update_avail_vcpus_xenstore() local
2103 rc = libxl__xs_read_checked(gc, XBT_NULL, path, &content); in libxl__update_avail_vcpus_xenstore()
2105 if (content && !strcmp(content, "online")) in libxl__update_avail_vcpus_xenstore()

Completed in 39 milliseconds

12