Home
last modified time | relevance | path

Searched refs:BIT63 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
1781 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_psbend()
1912 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_fup_tip()
2204 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_trace()
2442 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_psb()
2561 decoder->cr3 = decoder->packet.payload & (BIT63 - 1); in intel_pt_walk_to_ip()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c17 #define BIT63 ((uint64_t)1 << 63) macro
89 if (payload & BIT63) in intel_pt_get_long_tnt()
711 if (payload & BIT63) in intel_pt_pkt_desc()
H A Dintel-pt-decoder.c36 #define BIT63 (((uint64_t)1 << 63)) macro
1658 if (!(decoder->tnt.payload & BIT63)) { in intel_pt_walk_tnt()
1704 if (decoder->tnt.payload & BIT63) { in intel_pt_walk_tnt()

Completed in 11 milliseconds