Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h527 #define X86EMUL_OPC(ext, byte) ((uint8_t)(byte) | \ argument
541 # define X86EMUL_OPC_66(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000100) argument
542 # define X86EMUL_OPC_F3(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000200) argument
543 # define X86EMUL_OPC_F2(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000300) argument
548 # define X86EMUL_OPC_VEX(ext, byte) \ argument
550 # define X86EMUL_OPC_VEX_66(ext, byte) \ argument
557 # define X86EMUL_OPC_EVEX(ext, byte) \ argument
566 #define X86EMUL_OPC_XOP(ext, byte) X86EMUL_OPC(0x8f##ext, byte) argument
567 #define X86EMUL_OPC_XOP_66(ext, byte) X86EMUL_OPC_66(0x8f##ext, byte) argument
568 #define X86EMUL_OPC_XOP_F3(ext, byte) X86EMUL_OPC_F3(0x8f##ext, byte) argument
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S956 .byte 0x0d, 0x0a
958 .byte 0x0d, 0x0a, 0
960 listhdr: .byte 0x0d, 0x0a
963 crlft: .byte 0x0d, 0x0a, 0
965 prompt: .byte 0x0d, 0x0a
969 .byte 0x0d, 0x0a, 0
972 .byte 0x0d, 0x0a, 0
976 .byte 0x0d, 0x0a, 0
981 .byte 0x0d, 0x0a, 0
994 .byte 0, 0 /* orig_x, orig_y */
[all …]
A Dtrampoline.S98 .byte 0
265 .byte 0
267 .byte 0 /* edd=on/off/skipmbr */
269 .byte 0 /* EDID parsing option (force/no/default). */
271 .byte 0
281 .byte 0
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dhead.S122 .byte 0x41 /* Magic number, "ARM\x64" */
123 .byte 0x52
124 .byte 0x4d
125 .byte 0x64
155 .byte 0x02 /* MajorLinkerVersion */
156 .byte 0x14 /* MinorLinkerVersion */
205 .byte 0
206 .byte 0 /* end of 0 padding of section name */
219 .byte 0
220 .byte 0
[all …]
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/public/io/
A Dnetif.h303 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local
307 if (byte & 0x80) in xen_netif_toeplitz_hash()
310 byte <<=1; in xen_netif_toeplitz_hash()
/xen-4.10.0-shim-comet/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.markdown17 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-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dentry.S30 #define VMRUN .byte 0x0F,0x01,0xD8
31 #define STGI .byte 0x0F,0x01,0xDC
32 #define CLGI .byte 0x0F,0x01,0xDD
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h79 .byte \orig_len
80 .byte \alt_len
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dentry.S29 #define VMRESUME .byte 0x0f,0x01,0xc3
30 #define VMLAUNCH .byte 0x0f,0x01,0xc2
/xen-4.10.0-shim-comet/tools/ocaml/libs/mmap/
A DMETA.in3 archive(byte) = "xenmmap.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/
A DMETA.in3 archive(byte) = "xentoollog.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A DMETA.in4 archive(byte) = "xeneventchn.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A DMETA.in4 archive(byte) = "xenstore.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A DMETA.in4 archive(byte) = "xenbus.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A DMETA.in4 archive(byte) = "xenlight.cma"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A DMETA.in4 archive(byte) = "xenctrl.cma"
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dalternative.h11 .byte \orig_len
12 .byte \alt_len

Completed in 31 milliseconds

123