/tools/edid/ |
D | edid.S | 62 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/ |
D | intel-pt-pkt-decoder.c | 412 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/ |
D | util.c | 223 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/ |
D | mrelease_test.c | 93 char byte; in main() local 134 res = read(pipefd[0], &byte, 1); in main()
|
D | mremap_dontunmap.c | 69 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/ |
D | ppc_asm.h | 36 .8byte x, y; \
|
/tools/testing/selftests/bpf/progs/ |
D | test_sock_fields.c | 277 __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()
|
D | btf_dump_test_case_syntax.c | 40 } __attribute__((mode(byte)));
|
/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 16 .8byte 0x5555AAAA5555AAAA
|
/tools/testing/selftests/net/ |
D | cmsg_sender.c | 207 char *byte; in memrnd() local 211 byte = (void *)dword; in memrnd() 213 *byte++ = rand(); in memrnd()
|
D | tls.c | 100 char *byte; in memrnd() local 104 byte = (void *)dword; in memrnd() 106 *byte++ = rand(); in memrnd()
|
/tools/testing/selftests/sgx/ |
D | test_encl_bootstrap.S | 7 .byte 0x0f, 0x01, 0xd7
|
/tools/crypto/ |
D | gen_fips140_testvecs.py | 49 for byte in value:
|
/tools/arch/x86/include/asm/ |
D | asm.h | 16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
|
/tools/perf/Documentation/ |
D | jitdump-specification.txt | 39 * 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
|
D | perf-list.txt | 141 larger than a byte. In such cases, the bits corresponding to the event
|
D | perf.data-file-format.txt | 33 magic value is 64bit byte swapped compared the file is in non-native
|
D | perf-config.txt | 442 The size of stack to dump in order to do post-unwinding. Default is 8192 (byte).
|
D | perf-intel-pt.txt | 986 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"
|
D | perf-record.txt | 565 The default option value is 1 byte which means that every time that the output
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 37 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/ |
D | sdt.h | 225 # 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/ |
D | vmx_asm.S | 121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
|
/tools/firewire/ |
D | nosy-dump.c | 661 #error unsupported byte order.
|