Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c17 #define BIT63 ((uint64_t)1 << 63) macro
19 #define NR_FLAG BIT63
88 if (payload & BIT63) in intel_pt_get_long_tnt()
682 if (payload & BIT63) in intel_pt_pkt_desc()
H A Dintel-pt-decoder.c36 #define BIT63 (((uint64_t)1 << 63)) macro
1337 if (!(decoder->tnt.payload & BIT63)) { in intel_pt_walk_tnt()
1381 if (decoder->tnt.payload & BIT63) { in intel_pt_walk_tnt()
1779 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_psbend()
1910 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_fup_tip()
2202 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_trace()
2440 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_psb()
2559 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_to_ip()