Searched refs:le64_to_cpu (Results 1 – 7 of 7) sorted by relevance
/tools/include/linux/ |
D | kernel.h | 85 #define le64_to_cpu bswap_64 macro 98 #define le64_to_cpu macro
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.c | 22 #define le64_to_cpu bswap_64 macro 25 *(d) = le64_to_cpu(*(d)); \ 30 #define le64_to_cpu macro 86 payload = le64_to_cpu(*(uint64_t *)buf); in intel_pt_get_long_tnt() 237 packet->payload = le64_to_cpu(*(uint64_t *)(buf + 2)); in intel_pt_get_ptwrite() 262 packet->payload = le64_to_cpu(*(uint64_t *)(buf + 2)); in intel_pt_get_mwait() 488 packet->payload = le64_to_cpu(*(uint64_t *)(buf + 1)); in intel_pt_get_ip()
|
/tools/perf/util/ |
D | intel-bts.c | 39 #define le64_to_cpu bswap_64 macro 41 #define le64_to_cpu macro 111 le64_to_cpu(branch->from), in intel_bts_dump() 112 le64_to_cpu(branch->to), in intel_bts_dump() 113 le64_to_cpu(branch->misc) & 0x10 ? in intel_bts_dump() 284 sample.ip = le64_to_cpu(branch->from); in intel_bts_synth_branch_sample() 288 sample.addr = le64_to_cpu(branch->to); in intel_bts_synth_branch_sample() 432 le64_to_cpu(branch->from), in intel_bts_process_buffer() 433 le64_to_cpu(branch->to), in intel_bts_process_buffer()
|
/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-pkt-decoder.c | 19 #define le64_to_cpu bswap_64 macro 22 *(d) = le64_to_cpu(*(d)); \ 27 #define le64_to_cpu macro 75 case 8: packet->payload = le64_to_cpu(*(uint64_t *)buf); break; in arm_spe_get_payload()
|
/tools/testing/selftests/filesystems/fuse/ |
D | test_framework.h | 37 #define le64_to_cpu(x) (x) macro
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 55 #define le64_to_cpu(x) (x) macro 3156 TESTEQUAL(pread(fd, &type, sizeof(type), le64_to_cpu(offset)), in zero_blocks_written_count() 3161 le64_to_cpu(offset) + 7), in zero_blocks_written_count() 3166 offset = le64_to_cpu(offset); in zero_blocks_written_count()
|
/tools/perf/ |
D | builtin-script.c | 1723 data->ip, le64_to_cpu(data->payload)); in perf_sample__fprintf_synth_ptwrite()
|