Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 66) sorted by relevance

123

/xen/tools/firmware/rombios/
A Dbiossums.c17 byte chksum_bios_calc_value( byte* data, long offset );
18 byte chksum_bios_get_value( byte* data, long offset );
28 byte chksum__32__calc_value( byte* data, long offset );
29 byte chksum__32__get_value( byte* data, long offset );
39 byte chksum__mp__calc_value( byte* data, long offset );
40 byte chksum__mp__get_value( byte* data, long offset );
52 byte chksum_pcmp_calc_value( byte* data, long offset );
53 byte chksum_pcmp_get_value( byte* data, long offset );
63 byte chksum__pir_calc_value( byte* data, long offset );
64 byte chksum__pir_get_value( byte* data, long offset );
[all …]
A D32bitgateway.c52 .byte 0,0,0,0
55 .byte 0x00, 0x9b, 0xcf, 0x00
58 .byte REAL_MODE_CODE_OFFSET >> 16, 0x9b, 0x8f, 0x0
61 .byte 0x0, 0x93, 0xcf, 0x0
64 .byte 0x0, 0x93, 0x8f, 0x0
/xen/tools/firmware/vgabios/
A Dbiossums.c28 byte chksum_bios_calc_value( byte* data, long offset );
29 byte chksum_bios_get_value( byte* data, long offset );
30 void chksum_bios_set_value( byte* data, long offset, byte value );
36 byte chksum_pmid_calc_value( byte* data, long offset );
37 byte chksum_pmid_get_value( byte* data, long offset );
189 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value()
192 byte sum; in chksum_bios_calc_value()
203 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value()
215 byte chksum_pmid_calc_value( byte* data, long offset ) { in chksum_pmid_calc_value()
219 byte sum; in chksum_pmid_calc_value()
[all …]
A Dvgabios.c159 .byte 0x00
167 .byte 0x00
180 .byte 0x00
184 .byte 0x0a,0x0d
185 .byte 0x00
189 .byte 0x0a,0x0d
190 .byte 0x0a,0x0d
191 .byte 0x00
203 .byte 0x00
3848 .byte 0x00
[all …]
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h632 #define X86EMUL_OPC(ext, byte) ((uint8_t)(byte) | \ argument
646 # define X86EMUL_OPC_66(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000100) argument
647 # define X86EMUL_OPC_F3(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000200) argument
648 # define X86EMUL_OPC_F2(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000300) argument
653 # define X86EMUL_OPC_VEX(ext, byte) \ argument
655 # define X86EMUL_OPC_VEX_66(ext, byte) \ argument
662 # define X86EMUL_OPC_EVEX(ext, byte) \ argument
671 #define X86EMUL_OPC_XOP(ext, byte) X86EMUL_OPC(0x8f##ext, byte) argument
672 #define X86EMUL_OPC_XOP_66(ext, byte) X86EMUL_OPC_66(0x8f##ext, byte) argument
673 #define X86EMUL_OPC_XOP_F3(ext, byte) X86EMUL_OPC_F3(0x8f##ext, byte) argument
[all …]
/xen/xen/include/asm-x86/
A Dalternative-asm.h18 .byte \orig_len
19 .byte \repl_len
20 .byte \pad_len
21 .byte 0 /* priv */
67 .byte total_len
68 .byte 0xff + repl_len(1) - total_len
93 .byte total_len
94 .byte 0xff + repl_len(1) - total_len
95 .byte 0xff + repl_len(2) - total_len
/xen/xen/arch/x86/boot/
A Dvideo.S953 .byte 0x0d, 0x0a
955 .byte 0x0d, 0x0a, 0
957 listhdr: .byte 0x0d, 0x0a
960 crlft: .byte 0x0d, 0x0a, 0
962 prompt: .byte 0x0d, 0x0a
966 .byte 0x0d, 0x0a, 0
969 .byte 0x0d, 0x0a, 0
973 .byte 0x0d, 0x0a, 0
978 .byte 0x0d, 0x0a, 0
992 .byte 0, 0 /* orig_x, orig_y */
[all …]
A Dtrampoline.S156 .byte 0
259 .byte 0
261 .byte 0 /* edd=on/off/skipmbr */
263 .byte 0 /* EDID parsing option (force/no/default). */
265 .byte 0
275 .byte 0
/xen/xen/arch/arm/arm32/lib/
A Dfindbit.S48 beq 1b @ If new byte, goto old routine
89 beq 1b @ If new byte, goto old routine
106 1: eor r3, r2, #0x18 @ big endian byte ordering
123 beq 1b @ If new byte, goto old routine
124 eor r3, r2, #0x18 @ big endian byte ordering
140 1: eor r3, r2, #0x18 @ big endian byte ordering
157 beq 1b @ If new byte, goto old routine
158 eor r3, r2, #0x18 @ big endian byte ordering
/xen/xen/arch/arm/arm64/
A Dhead.S172 .byte 0x41 /* Magic number, "ARM\x64" */
173 .byte 0x52
174 .byte 0x4d
175 .byte 0x64
205 .byte 0x02 /* MajorLinkerVersion */
206 .byte 0x14 /* MinorLinkerVersion */
255 .byte 0
256 .byte 0 /* end of 0 padding of section name */
269 .byte 0
270 .byte 0
[all …]
/xen/xen/arch/x86/hvm/svm/
A Dentry.S25 #define VMRUN .byte 0x0F,0x01,0xD8
26 #define STGI .byte 0x0F,0x01,0xDC
27 #define CLGI .byte 0x0F,0x01,0xDD
/xen/xen/arch/x86/hvm/
A Dpmtimer.c161 uint32_t addr, data, byte; in handle_evt_io() local
178 byte = data & 0xff; in handle_evt_io()
183 acpi->pm1a_sts &= ~byte; in handle_evt_io()
186 acpi->pm1a_sts &= ~(byte << 8); in handle_evt_io()
189 acpi->pm1a_en = (acpi->pm1a_en & 0xff00) | byte; in handle_evt_io()
192 acpi->pm1a_en = (acpi->pm1a_en & 0xff) | (byte << 8); in handle_evt_io()
/xen/stubdom/
A Dlwip.dhcp_create_request-hwaddr_len.patch9 - dhcp->msg_out->chaddr[i] = (i < netif->hwaddr_len) ? netif->hwaddr[i] : 0/* pad byte*/;
10 …IF_MAX_HWADDR_LEN ? NETIF_MAX_HWADDR_LEN : netif->hwaddr_len)) ? netif->hwaddr[i] : 0/* pad byte*/;
/xen/docs/misc/
A Dxenstore-ring.txt5 the byte streams.
30 A "producer" offset is the offset in the byte stream of the next byte
31 to be written modulo 2^32. A "consumer" offset is the offset in the byte
32 stream of the next byte to be read modulo 2^32. Implementations must
36 The byte at offset 'x' in the byte stream will be stored at offset
A Dhvm-emulated-unplug.pandoc17 is available by reading a two-byte magic number from IO port `0x10`.
21 2. The drivers read a one-byte protocol version from IO port `0x12`. If
24 3. The drivers write a two-byte product number to IO port `0x12`. At
28 4. The drivers write a four-byte build number to IO port `0x10`.
34 6. The drivers write a two-byte bitmask of devices to unplug to IO
50 These messages are written to IO port `0x12` a byte at a time, and are
/xen/xen/include/public/io/
A Dnetif.h317 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local
321 if (byte & 0x80) in xen_netif_toeplitz_hash()
324 byte <<=1; in xen_netif_toeplitz_hash()
/xen/xen/arch/x86/hvm/vmx/
A Dentry.S24 #define VMRESUME .byte 0x0f,0x01,0xc3
25 #define VMLAUNCH .byte 0x0f,0x01,0xc2
/xen/tools/ocaml/libs/mmap/
A DMETA.in3 archive(byte) = "xenmmap.cma"
/xen/tools/ocaml/libs/xentoollog/
A DMETA.in3 archive(byte) = "xentoollog.cma"
/xen/tools/ocaml/libs/eventchn/
A DMETA.in4 archive(byte) = "xeneventchn.cma"
/xen/tools/ocaml/libs/xs/
A DMETA.in4 archive(byte) = "xenstore.cma"
/xen/tools/ocaml/libs/xl/
A DMETA.in4 archive(byte) = "xenlight.cma"
/xen/tools/ocaml/libs/xb/
A DMETA.in4 archive(byte) = "xenbus.cma"
/xen/tools/ocaml/libs/xc/
A DMETA.in4 archive(byte) = "xenctrl.cma"
/xen/xen/include/asm-arm/
A Dalternative.h97 .byte \orig_len
98 .byte \alt_len

Completed in 40 milliseconds

123