Lines Matching +full:packet +full:- +full:processor
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * intel_pt_decoder.h: Intel Processor Trace support
4 * Copyright (c) 2013-2014, Intel Corporation.
16 #include "intel-pt-insn-decoder.h"
67 * FUP packet can contain next linear instruction pointer instead of
114 return blk_type < INTEL_PT_BLK_TYPE_MAX ? map[blk_type] - 1 : -1; in intel_pt_blk_type_pos()
121 * There is an array of 32-bit masks for each block type, which indicate which
122 * values are present. Then arrays of 32 64-bit values for each block type.
184 uint64_t unused_0[INTEL_PT_BLK_ITEM_ID_CNT - 18];
190 uint64_t unused_1[INTEL_PT_BLK_ITEM_ID_CNT - 3];
197 uint64_t unused_2[INTEL_PT_BLK_ITEM_ID_CNT - 4];
218 * and 6-bits of type in the EVD packet.
222 /* Event trace data from EVD packet */