Home
last modified time | relevance | path

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

/tools/edid/
Dedid.S62 header: .byte 0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x00
72 week: .byte WEEK
76 year: .byte YEAR-1990
78 version: .byte VERSION /* EDID version, usually 1 (for 1.3) */
79 revision: .byte REVISION /* EDID revision, usually 3 (for 1.3) */
95 video_parms: .byte 0x6d
99 max_hor_size: .byte xsize/10
103 max_vert_size: .byte ysize/10
106 gamma: .byte 120
117 dsp_features: .byte 0xea
[all …]
/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c412 static int intel_pt_get_short_tnt(unsigned int byte, in intel_pt_get_short_tnt() argument
418 if (byte & BIT(7)) in intel_pt_get_short_tnt()
420 byte <<= 1; in intel_pt_get_short_tnt()
425 packet->payload = (uint64_t)byte << 57; in intel_pt_get_short_tnt()
430 static int intel_pt_get_cyc(unsigned int byte, const unsigned char *buf, in intel_pt_get_cyc() argument
434 uint64_t payload = byte >> 3; in intel_pt_get_cyc()
436 byte >>= 2; in intel_pt_get_cyc()
438 for (shift = 5; byte & 1; shift += 7) { in intel_pt_get_cyc()
443 byte = buf[offs++]; in intel_pt_get_cyc()
444 payload |= ((uint64_t)byte >> 1) << shift; in intel_pt_get_cyc()
[all …]
/tools/testing/vsock/
Dutil.c223 const uint8_t byte = 'A'; in send_byte() local
228 nwritten = send(fd, &byte, sizeof(byte), flags); in send_byte()
257 if (nwritten != sizeof(byte)) { in send_byte()
272 uint8_t byte; in recv_byte() local
277 nread = recv(fd, &byte, sizeof(byte), flags); in recv_byte()
306 if (nread != sizeof(byte)) { in recv_byte()
310 if (byte != 'A') { in recv_byte()
311 fprintf(stderr, "unexpected byte read %c\n", byte); in recv_byte()
/tools/testing/selftests/mm/
Dmrelease_test.c93 char byte; in main() local
134 res = read(pipefd[0], &byte, 1); in main()
Dmremap_dontunmap.c69 static int check_region_contains_byte(void *addr, unsigned long size, char byte) in check_region_contains_byte() argument
76 memset(page_buffer, byte, page_size); in check_region_contains_byte()
/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h36 .8byte x, y; \
/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c277 __u8 *byte = (__u8 *)&sk->dst_port; in sk_dst_port__load_byte() local
278 return byte[0] == 0xca && byte[1] == 0xfe; in sk_dst_port__load_byte()
Dbtf_dump_test_case_syntax.c40 } __attribute__((mode(byte)));
/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S16 .8byte 0x5555AAAA5555AAAA
/tools/testing/selftests/net/
Dcmsg_sender.c207 char *byte; in memrnd() local
211 byte = (void *)dword; in memrnd()
213 *byte++ = rand(); in memrnd()
Dtls.c100 char *byte; in memrnd() local
104 byte = (void *)dword; in memrnd()
106 *byte++ = rand(); in memrnd()
/tools/testing/selftests/sgx/
Dtest_encl_bootstrap.S7 .byte 0x0f, 0x01, 0xd7
/tools/crypto/
Dgen_fips140_testvecs.py49 for byte in value:
/tools/arch/x86/include/asm/
Dasm.h16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
/tools/perf/Documentation/
Djitdump-specification.txt39 * uint32_t magic : a magic number tagging the file type. The value is 4-byte long and represent…
40 * uint32_t version : a 4-byte value representing the format version. It is currently set to 1
80 * native code: raw byte encoding of the jitted code
Dperf-list.txt141 larger than a byte. In such cases, the bits corresponding to the event
Dperf.data-file-format.txt33 magic value is 64bit byte swapped compared the file is in non-native
Dperf-config.txt442 The size of stack to dump in order to do post-unwinding. Default is 8192 (byte).
Dperf-intel-pt.txt986 PSB events show when a PSB+ occurred and also the byte-offset in the trace.
1369 only 7-bytes, so the TSC Offset might differ from the actual value in the 8th byte. That will
1784 #define PERF_EMULATE_PTWRITE_UD2 ".byte 0x0f, 0x0b\n"
Dperf-record.txt565 The default option value is 1 byte which means that every time that the output
/tools/arch/x86/lib/
Dx86-opcode-map.txt37 Table: one byte opcode
56 0f: escape # 2-byte escape
251 c4: LES Gz,Mp (i64) | VEX+2byte (Prefix)
252 c5: LDS Gz,Mp (i64) | VEX+1byte (Prefix)
323 Table: 2-byte opcode (0x0f)
324 Referrer: 2-byte escape
343 # 3DNow! uses the last imm byte as opcode extension.
364 # a ModR/M byte.
397 38: escape # 3-byte escape 1
399 3a: escape # 3-byte escape 2
[all …]
/tools/testing/selftests/bpf/
Dsdt.h225 # define _SDT_ASM_ADDR .8byte
227 # define _SDT_ASM_ADDR .4byte
292 _SDT_ASM_3( .4byte 992f-991f, 994f-993f, _SDT_NOTE_TYPE) \
/tools/testing/selftests/powerpc/math/
Dvmx_asm.S121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
/tools/firewire/
Dnosy-dump.c661 #error unsupported byte order.