Home
last modified time | relevance | path

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

12

/tools/perf/util/intel-pt-decoder/
A Dintel-pt-pkt-decoder.c409 if (byte & BIT(7)) in intel_pt_get_short_tnt()
411 byte <<= 1; in intel_pt_get_short_tnt()
427 byte >>= 2; in intel_pt_get_cyc()
434 byte = buf[offs++]; in intel_pt_get_cyc()
550 unsigned int byte; in intel_pt_do_get_packet() local
557 byte = buf[0]; in intel_pt_do_get_packet()
575 if (byte == 0) in intel_pt_do_get_packet()
577 if (byte == 2) in intel_pt_do_get_packet()
582 if ((byte & 2)) in intel_pt_do_get_packet()
585 switch (byte & 0x1f) { in intel_pt_do_get_packet()
[all …]
/tools/testing/selftests/net/lib/
A Dksft.h35 char byte; in ksft_wait() local
51 read(fd, &byte, sizeof(byte)); in ksft_wait()
/tools/testing/selftests/net/packetdrill/
A Dtcp_timestamping_client-only-last-byte.pkt3 // the last byte of each sendmsg.
37 // SCM_TSTAMP_SCHED for the last byte should be received almost immediately
40 // is called after when SYN is acked. So, we expect the last byte of the first
58 // SCM_TSTAMP_SND for the last byte should be received almost immediately
76 // SCM_TSTAMP_ACK for the last byte should be received at t=30ms.
A Dtcp_eor_no-coalesce-small.pkt19 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
A Dtcp_eor_no-coalesce-large.pkt20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
A Dtcp_inq_server.pkt45 // We read 10K and we should have one "fake" byte because the connection is
A Dtcp_inq_client.pkt45 // We read 10K and we should have one "fake" byte because the connection is
A Dtcp_eor_no-coalesce-subsequent.pkt20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
A Dtcp_zerocopy_maxfrags.pkt18 // one byte, but increasing truesize with a page (64KB on PPC).
A Dtcp_eor_no-coalesce-retrans.pkt20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
A Dtcp_timestamping_server.pkt24 // is called after when SYN is acked. So, we expect the last byte of the first
/tools/include/linux/
A Dcfi_types.h20 .4byte __kcfi_typeid_##name
/tools/testing/selftests/mm/
A Dmrelease_test.c83 char byte; in main() local
129 res = read(pipefd[0], &byte, 1); in main()
A 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/vsock/
A Dutil.c443 static const uint8_t byte = 'A'; in send_byte() local
445 send_buf(fd, &byte, sizeof(byte), flags, expected_ret); in send_byte()
457 uint8_t byte; in recv_byte() local
459 recv_buf(fd, &byte, sizeof(byte), flags, expected_ret); in recv_byte()
461 if (byte != 'A') { in recv_byte()
462 fprintf(stderr, "unexpected byte read 0x%02x\n", byte); in recv_byte()
/tools/testing/selftests/net/forwarding/
A Dvxlan_reserved.sh130 local byte=0
134 ((byte += bit << (7 - j)))
136 bytes+=$(printf %02x $byte):
/tools/testing/selftests/bpf/progs/
A Dtest_sock_fields.c280 __u8 *byte = (__u8 *)&sk->dst_port; in sk_dst_port__load_byte() local
281 return byte[0] == 0xca && byte[1] == 0xfe; in sk_dst_port__load_byte()
A Dbtf_dump_test_case_syntax.c40 } __attribute__((mode(byte)));
/tools/perf/util/
A Ddemangle-rust-v0.c248 uint8_t byte = *s; in utf8_next_char() local
255 if (byte < 0x80) { in utf8_next_char()
256 *ch = byte; in utf8_next_char()
258 } else if (byte < 0xc2) { in utf8_next_char()
260 } else if (byte < 0xe0) { in utf8_next_char()
266 } if (byte < 0xf0) { in utf8_next_char()
270 if (byte == 0xe0 && s[1] < 0xa0) { in utf8_next_char()
273 if (byte == 0xed && s[1] >= 0xa0) { in utf8_next_char()
278 } else if (byte < 0xf5) { in utf8_next_char()
282 if (byte == 0xf0 && s[1] < 0x90) { in utf8_next_char()
[all …]
/tools/testing/selftests/powerpc/copyloops/asm/
A Dppc_asm.h36 .8byte x, y; \
/tools/testing/selftests/powerpc/switch_endian/
A Dswitch_endian_test.S16 .8byte 0x5555AAAA5555AAAA
/tools/testing/selftests/sgx/
A Dtest_encl_bootstrap.S7 .byte 0x0f, 0x01, 0xd7
/tools/testing/selftests/net/
A Dcmsg_sender.c228 char *byte; in memrnd() local
232 byte = (void *)dword; in memrnd()
234 *byte++ = rand(); in memrnd()
/tools/arch/x86/include/asm/
A Dasm.h16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
/tools/perf/Documentation/
A 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

Completed in 31 milliseconds

12