Home
last modified time | relevance | path

Searched refs:BIT63 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-pkt-decoder.c17 #define BIT63 ((uint64_t)1 << 63) macro
86 if (payload & BIT63) in intel_pt_get_long_tnt()
678 if (payload & BIT63) in intel_pt_pkt_desc()
A Dintel-pt-decoder.c36 #define BIT63 (((uint64_t)1 << 63)) macro
1431 if (!(decoder->tnt.payload & BIT63)) { in intel_pt_walk_tnt()
1476 if (decoder->tnt.payload & BIT63) { in intel_pt_walk_tnt()

Completed in 13 milliseconds