Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 51) sorted by relevance

123

/xen/tools/tests/x86_emulator/
A Dsimd-aes.c57 vec_t src, zero = {}; in aes_test() local
69 touch(zero); in aes_test()
70 y = aes(enclast, src, zero); in aes_test()
71 touch(zero); in aes_test()
72 y = aes(dec, y, zero); in aes_test()
76 touch(zero); in aes_test()
77 x = aes(declast, src, zero); in aes_test()
78 touch(zero); in aes_test()
79 y = aes(enc, x, zero); in aes_test()
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c111 Py_INCREF(zero); in pyxc_domain_dumpcore()
112 return zero; in pyxc_domain_dumpcore()
193 return zero; in pyxc_domain_max_vcpus()
209 return zero; in pyxc_domain_destroy_hook()
228 return zero; in pyxc_domain_shutdown()
243 return zero; in pyxc_domain_resume()
294 return zero; in pyxc_vcpu_setaffinity()
325 return zero; in pyxc_domain_sethandle()
502 return zero; in pyxc_hvm_param_set()
755 return zero; in pyxc_evtchn_reset()
[all …]
/xen/xen/arch/arm/arm32/lib/
A Dfindbit.S32 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 Ddiv64.S114 @ The top part of remainder became zero. If carry is set
125 clz xh, xl @ we know xh is zero here so...
/xen/tools/libxl/
A Dlibxl_genid.c49 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 DMakefile14 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
/xen/docs/designs/
A Dxenstore-migration.md50 | | 1-31: Reserved (must be zero) |
69 written as zero and should be ignored when the stream is read.
164 | `conn-id` | A non-zero number used to identify this |
347 | `conn-id` | If this value is non-zero then this record |
351 | | zero. Otherwise it specifies the id of the |
358 | | be zero for a deleted node) |
368 | | The value will be zero for a deleted node |
374 | `perm1..N` | A list of zero or more node permission |
/xen/docs/misc/
A Dlivepatch.pandoc317 * `new_addr` can either have a non-zero value or be zero.
325 bytes. The value of `old_size` **MUST** not be zero.
333 * `opaque` **MUST** be zero.
358 * `rsv` reserved bitfields. **MUST** be zero.
590 *MUST* always be zero.
594 uint32_t pad; /* IN: Always zero. */
609 * `pad` - padding - to be zero.
726 * `pad` - *MUST* be zero.
840 * `pad` - *MUST* be zero.
1114 * NOP out the code sequence if `new_size` is zero.
[all …]
A Dvtpm-platforms.txt21 # 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 Ddump-core-format.txt90 (pfn, gmfn) and the corresponding page has zero. There might
106 corresponding page has zero. There might exist invalid
A Dkconfig-macro-language.rst89 internally. (In other words, "variable" is "function with zero argument".)
100 zero argument for built-in functions, such as $(fileno), $(lineno). You could
A Dxenstore.txt32 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)
/xen/xen/include/xen/
A Dbitmap.h103 #define bitmap_switch(nbits, zero, small, large) \ argument
106 zero; \
A Dmultiboot2.h150 u32 zero; member
/xen/tools/flask/policy/policy/support/
A Dmls_macros.spt29 # Each sensitivity has a name and zero or more aliases.
/xen/tools/xl/
A DMakefile8 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
/xen/m4/
A Dax_compare_version.m496 # 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/docs/specs/
A Dlibxc-migration-stream.pandoc78 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.
685 Some records are used for signalling, and explicitly have zero length. All
765 zero then it is a 64-bit image.
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/tools/ocaml/xenstored/
A Ddomains.ml35 (* A callback function to be called when we go from zero to one paused domain.
41 mutable n_paused: int; (* Number of domains with zero or negative credit *)
147 let dom = Domain.make 0 Nativeint.zero port interface doms.eventchn in
A Doxenstored.conf.in18 # one point for each conflict caused, and when it reaches zero the
/xen/xen/common/sched/
A DKconfig36 The null scheduler is a static, zero overhead scheduler,
/xen/tools/flask/policy/policy/
A Dmls18 # Each MLS level specifies a sensitivity and zero or more categories which may
/xen/xen/common/
A Dlib.c172 static volatile const unsigned int zero = 0; in __qdivrem() local
174 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
A Ddomctl.c42 uint8_t zero = 0; in bitmap_to_xenctl_bitmap() local
59 if ( copy_to_guest_offset(xenctl_bitmap->bitmap, i, &zero, 1) ) in bitmap_to_xenctl_bitmap()
/xen/docs/man/
A Dxen-vtpmmgr.7.pod73 be restricted to specific UUIDs (such as the all-zero UUID) to enforce the use
100 default is 160 zero bits (the well-known auth value). Valid values of
232 dd if=/dev/zero of=/home/vtpm2/vmgr bs=16M count=1
351 Registers (PCRs) are all initialized to zero.

Completed in 35 milliseconds

123