/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 113 return zero; in pyxc_domain_dumpcore() 175 return zero; in pyxc_domain_max_vcpus() 191 return zero; in pyxc_domain_destroy_hook() 210 return zero; in pyxc_domain_shutdown() 225 return zero; in pyxc_domain_resume() 276 return zero; in pyxc_vcpu_setaffinity() 307 return zero; in pyxc_domain_sethandle() 483 return zero; in pyxc_hvm_param_set() 726 return zero; in pyxc_dom_set_policy_cpuid() 767 return zero; in pyxc_dom_set_machine_address_size() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | findbit.S | 32 bne .L_found @ any now set - found zero bit 55 orr r2, r2, #7 @ if zero, then no bits here 73 bne .L_found @ any now set - found zero bit 95 orr r2, r2, #7 @ if zero, then no bits here 111 bne .L_found @ any now set - found zero bit 131 orr r2, r2, #7 @ if zero, then no bits here 145 bne .L_found @ any now set - found zero bit 164 orr r2, r2, #7 @ if zero, then no bits here
|
A D | div64.S | 114 @ The top part of remainder became zero. If carry is set 125 clz xh, xl @ we know xh is zero here so...
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_genid.c | 49 static const libxl_ms_vm_genid zero; in libxl_ms_vm_genid_is_zero() local 51 return memcmp(id->bytes, zero.bytes, LIBXL_MS_VM_GENID_LEN) == 0; in libxl_ms_vm_genid_is_zero()
|
A D | Makefile | 14 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 321 * `new_addr` can either have a non-zero value or be zero. 330 The value of `old_size` **MUST** not be zero. 341 * `opaque` **MUST** be zero. 458 *MUST* always be zero. 463 uint32_t pad; /* IN: Always zero. */ 479 * `pad` - padding - to be zero. 514 The return value is zero if the payload was succesfully uploaded. 604 * `pad` - *MUST* be zero. 695 * `pad` - *MUST* be zero. 969 * NOP out the code sequence if `new_size` is zero. [all …]
|
A D | vtpm-platforms.txt | 21 # dd if=/dev/zero of=/images/vtpmmgr-stubdom.img bs=2M count=1 22 # dd if=/dev/zero of=/images/vtpm-guest1.img bs=2M count=1 23 # dd if=/dev/zero of=/images/vtpm-guest2.img bs=2M count=1
|
A D | dump-core-format.txt | 90 (pfn, gmfn) and the corresponding page has zero. There might 106 corresponding page has zero. There might exist invalid
|
A D | xenstore.txt | 32 existing path maps to a possibly empty value, and may also have zero 82 | A nul (zero) byte. 84 <foo|> Binary data (which may contain zero or more nul bytes)
|
A D | xenstore-ring.txt | 46 at zero; and
|
A D | xen-command-line.markdown | 276 Interrupts. Specifying zero disables CMCI handling. 656 greater than zero. This parameter is required. 795 Note that specifying zero as domU value means zero, while for dom0 it means 1521 If segment of the first device is not specified, segment zero will be used. 1716 this specifies the n-th module (in the GrUB entry, zero based) to be used 1719 one could specify `ucode=-1`). Note that the value of zero is not valid 1720 here (entry zero, i.e. the first module, is always the Dom0 kernel
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | bitmap.h | 113 #define bitmap_switch(nbits, zero, small, large) \ argument 116 zero; \
|
A D | multiboot2.h | 150 u32 zero; member
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/support/ |
A D | mls_macros.spt | 29 # Each sensitivity has a name and zero or more aliases.
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | Makefile | 8 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 96 # 0001001200050617. In other words, each number is zero padded to four 135 # A count of zero means use the length of the shorter version. 145 # A count greater than zero means use only that many subversions
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 78 Padding and reserved fields are set to zero on save and must be 108 one or more zero bits within the first 8 octets of the image. 634 Some records are used for signalling, and explicitly have zero length. All 694 zero then it is a 64-bit image. 733 tolerate and ignore variable sized records with zero content. Xen releases 735 X86\_PV\_VCPU\_{EXTENDED,XSAVE,MSRS} records with zero-length content.
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | domains.ml | 33 (* A callback function to be called when we go from zero to one paused domain. 39 mutable n_paused: int; (* Number of domains with zero or negative credit *) 145 let dom = Domain.make 0 Nativeint.zero port interface doms.eventchn in
|
A D | oxenstored.conf.in | 18 # one point for each conflict caused, and when it reaches zero the
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 18 # Each MLS level specifies a sensitivity and zero or more categories which may
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | lib.c | 172 static volatile const unsigned int zero = 0; in __qdivrem() local 174 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
|
A D | domctl.c | 44 uint8_t zero = 0; in bitmap_to_xenctl_bitmap() local 61 if ( copy_to_guest_offset(xenctl_bitmap->bitmap, i, &zero, 1) ) in bitmap_to_xenctl_bitmap()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 69 be restricted to specific UUIDs (such as the all-zero UUID) to enforce the use 96 default is 160 zero bits (the well-known auth value). Valid values of 228 dd if=/dev/zero of=/home/vtpm2/vmgr bs=16M count=1 347 Registers (PCRs) are all initialized to zero.
|
A D | xl.conf.pod.5 | 158 reduced as the domain's memory is populated and eventually reaches zero.
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 122 # If this variable is non-zero, the script will set up a watchdog timer
|