Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dbswap.h65 #define CPU_CONVERT(endian, size, type)\ argument
66 static inline type endian ## size ## _to_cpu(type v)\
68 return endian ## _bswap(v, size);\
71 static inline type cpu_to_ ## endian ## size(type v)\
73 return endian ## _bswap(v, size);\
76 static inline void endian ## size ## _to_cpus(type *p)\
78 endian ## _bswaps(p, size)\
81 static inline void cpu_to_ ## endian ## size ## s(type *p)\
83 endian ## _bswaps(p, size)\
88 return endian ## size ## _to_cpu(*p);\
[all …]
/xen-4.10.0-shim-comet/tools/python/xen/migration/
A Dlibxl.py109 endian = ["little", "big"][options & HDR_OPT_LE]
112 self.info("Libxl Header: %s endian, legacy converted" % (endian, ))
114 self.info("Libxl Header: %s endian" % (endian, ))
A Dlibxc.py172 endian = ["little", "big"][options & IHDR_OPT_LE]
173 self.info("Libxc Image Header: %s endian" % (endian, ))
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dfindbit.S106 1: eor r3, r2, #0x18 @ big endian byte ordering
124 eor r3, r2, #0x18 @ big endian byte ordering
140 1: eor r3, r2, #0x18 @ big endian byte ordering
158 eor r3, r2, #0x18 @ big endian byte ordering
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc81 options bit 0: Endianness. 0 = little-endian, 1 = big-endian.
89 The endianness shall be 0 (little-endian) for images generated on an
A Dlibxc-migration-stream.pandoc81 Integer (numeric) fields in the image header are always in big-endian
132 options bit 0: Endianness. 0 = little-endian, 1 = big-endian.
137 The endianness shall be 0 (little-endian) for images generated on an
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c131 # error unknown endian in str_to_native_ulong()
291 # error unknown endian in gdb_write_to_packet_hex()
/xen-4.10.0-shim-comet/stubdom/
A Dpciutils.patch293 +#include <machine/endian.h>
297 #include <endian.h>
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace.pod.812 output in the following binary format (host endian):

Completed in 9 milliseconds