Symbol: LEVEL
arch/parisc/kernel/signal.c
42
#define DBG(LEVEL, ...) \
arch/parisc/kernel/signal.c
43
((DEBUG_SIG_LEVEL >= LEVEL) \
arch/parisc/kernel/signal.c
46
#define DBG(LEVEL, ...)
arch/parisc/kernel/signal32.c
28
#define DBG(LEVEL, ...) \
arch/parisc/kernel/signal32.c
29
((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \
arch/parisc/kernel/signal32.c
32
#define DBG(LEVEL, ...)
arch/powerpc/perf/isa207-common.c
223
ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
226
ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
229
ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
236
ret |= PH(LVL, LOC_RAM) | LEVEL(RAM);
arch/powerpc/perf/isa207-common.c
238
ret |= P(LVL, HIT) | LEVEL(PMEM);
arch/powerpc/perf/isa207-common.c
240
ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2);
arch/powerpc/perf/isa207-common.c
242
ret |= P(LVL, HIT) | LEVEL(PMEM) | REM;
arch/powerpc/perf/isa207-common.c
244
ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3);
arch/powerpc/perf/isa207-common.c
260
ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
262
ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM);
arch/powerpc/perf/isa207-common.c
264
ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/powerpc/perf/isa207-common.c
266
ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
arch/powerpc/perf/isa207-common.c
269
ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
271
ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
273
ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
275
ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0);
arch/powerpc/perf/isa207-common.c
281
ret = PH(LVL, REM_CCE1) | LEVEL(ANY_CACHE) | REM |
arch/powerpc/perf/isa207-common.c
284
ret = PH(LVL, REM_CCE1) | LEVEL(ANY_CACHE) | REM |
arch/powerpc/perf/isa207-common.c
287
ret = PH(LVL, REM_CCE2) | LEVEL(ANY_CACHE) | REM |
arch/powerpc/perf/isa207-common.c
290
ret = PH(LVL, REM_CCE2) | LEVEL(ANY_CACHE) | REM |
arch/sh/boards/mach-dreamcast/irq.c
66
__u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
arch/sh/boards/mach-dreamcast/irq.c
78
__u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
arch/sh/boards/mach-dreamcast/irq.c
90
__u32 esr = ESR_BASE + (LEVEL(irq) << 2);
arch/x86/events/intel/ds.c
126
P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
arch/x86/events/intel/ds.c
127
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
arch/x86/events/intel/ds.c
128
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
arch/x86/events/intel/ds.c
129
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
arch/x86/events/intel/ds.c
130
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
arch/x86/events/intel/ds.c
131
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
arch/x86/events/intel/ds.c
132
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
arch/x86/events/intel/ds.c
133
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
arch/x86/events/intel/ds.c
134
OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
arch/x86/events/intel/ds.c
135
OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* 0x09: L3 miss snoop hitm*/
arch/x86/events/intel/ds.c
136
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
arch/x86/events/intel/ds.c
137
OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
arch/x86/events/intel/ds.c
138
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | SNOOP_NONE_MISS, /* 0x0c: L3 miss, excl */
arch/x86/events/intel/ds.c
139
OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */
arch/x86/events/intel/ds.c
140
OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
arch/x86/events/intel/ds.c
141
OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
arch/x86/events/intel/ds.c
147
pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
148
pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
149
pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
154
u64 pmem_or_l4 = pmem ? LEVEL(PMEM) : LEVEL(L4);
arch/x86/events/intel/ds.c
158
data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
159
data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD);
arch/x86/events/intel/ds.c
160
data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
170
data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);
arch/x86/events/intel/ds.c
171
data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
172
data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD);
arch/x86/events/intel/ds.c
195
data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD);
arch/x86/events/intel/ds.c
196
data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
197
data_source[0x0a] = OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
198
data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
199
data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD);
arch/x86/events/intel/ds.c
200
data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
234
P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* 0x00: ukn L3 */
arch/x86/events/intel/ds.c
235
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 hit */
arch/x86/events/intel/ds.c
236
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x02: L1 hit */
arch/x86/events/intel/ds.c
237
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x03: LFB/L1 Miss Handling Buffer hit */
arch/x86/events/intel/ds.c
239
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x05: L2 Hit */
arch/x86/events/intel/ds.c
240
OP_LH | LEVEL(L2_MHB) | P(SNOOP, NONE), /* 0x06: L2 Miss Handling Buffer Hit */
arch/x86/events/intel/ds.c
242
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x08: L3 Hit */
arch/x86/events/intel/ds.c
246
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD), /* 0x0c: L3 Hit Snoop Fwd */
arch/x86/events/intel/ds.c
247
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x0d: L3 Hit Snoop HitM */
arch/x86/events/intel/ds.c
249
P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x0f: L3 Miss Snoop HitM */
arch/x86/events/intel/ds.c
250
OP_LH | LEVEL(MSC) | P(SNOOP, NONE), /* 0x10: Memory-side Cache Hit */
arch/x86/events/intel/ds.c
251
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE), /* 0x11: Local Memory Hit */
arch/x86/events/intel/ds.c
271
P(OP, LOAD) | P(LVL, NA) | LEVEL(NA) | P(SNOOP, NA), /* 0x00: non-cache access */
arch/x86/events/intel/ds.c
272
OP_LH | LEVEL(L0) | P(SNOOP, NONE), /* 0x01: L0 hit */
arch/x86/events/intel/ds.c
273
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x02: L1 hit */
arch/x86/events/intel/ds.c
274
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x03: L1 Miss Handling Buffer hit */
arch/x86/events/intel/ds.c
275
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x04: L2 Hit Clean */
arch/x86/events/intel/ds.c
278
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT), /* 0x07: L2 Hit Snoop HIT */
arch/x86/events/intel/ds.c
279
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM), /* 0x08: L2 Hit Snoop Hit Modified */
arch/x86/events/intel/ds.c
280
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, MISS), /* 0x09: Prefetch Promotion */
arch/x86/events/intel/ds.c
281
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, MISS), /* 0x0a: Cross Core Prefetch Promotion */
arch/x86/events/intel/ds.c
286
OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
arch/x86/events/intel/ds.c
294
P(OP, LOAD) | P(LVL, NA) | LEVEL(NA) | P(SNOOP, NA), /* 0x00: non-cache access */
arch/x86/events/intel/ds.c
295
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 hit */
arch/x86/events/intel/ds.c
296
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: WCB Hit */
arch/x86/events/intel/ds.c
297
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 Hit Clean */
arch/x86/events/intel/ds.c
298
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT), /* 0x04: L2 Hit Snoop HIT */
arch/x86/events/intel/ds.c
299
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM), /* 0x05: L2 Hit Snoop Hit Modified */
arch/x86/events/intel/ds.c
300
OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x06: uncached */
arch/x86/events/intel/ds.c
315
P(OP, LOAD) | P(LVL, NA) | LEVEL(NA) | P(SNOOP, NA), /* 0x00: invalid */
arch/x86/events/intel/ds.c
317
OP_LH | P(LVL, L3) | LEVEL(L3) | P(REGION, L_SHARE), /* 0x02: local CA shared cache */
arch/x86/events/intel/ds.c
318
OP_LH | P(LVL, L3) | LEVEL(L3) | P(REGION, L_NON_SHARE),/* 0x03: local CA non-shared cache */
arch/x86/events/intel/ds.c
319
OP_LH | P(LVL, L3) | LEVEL(L3) | P(REGION, O_IO), /* 0x04: other CA IO agent */
arch/x86/events/intel/ds.c
320
OP_LH | P(LVL, L3) | LEVEL(L3) | P(REGION, O_SHARE), /* 0x05: other CA shared cache */
arch/x86/events/intel/ds.c
321
OP_LH | P(LVL, L3) | LEVEL(L3) | P(REGION, O_NON_SHARE),/* 0x06: other CA non-shared cache */
arch/x86/events/intel/ds.c
322
OP_LH | LEVEL(RAM) | P(REGION, MMIO), /* 0x07: MMIO */
arch/x86/events/intel/ds.c
323
OP_LH | LEVEL(RAM) | P(REGION, MEM0), /* 0x08: Memory region 0 */
arch/x86/events/intel/ds.c
324
OP_LH | LEVEL(RAM) | P(REGION, MEM1), /* 0x09: Memory region 1 */
arch/x86/events/intel/ds.c
325
OP_LH | LEVEL(RAM) | P(REGION, MEM2), /* 0x0a: Memory region 2 */
arch/x86/events/intel/ds.c
326
OP_LH | LEVEL(RAM) | P(REGION, MEM3), /* 0x0b: Memory region 3 */
arch/x86/events/intel/ds.c
327
OP_LH | LEVEL(RAM) | P(REGION, MEM4), /* 0x0c: Memory region 4 */
arch/x86/events/intel/ds.c
328
OP_LH | LEVEL(RAM) | P(REGION, MEM5), /* 0x0d: Memory region 5 */
arch/x86/events/intel/ds.c
329
OP_LH | LEVEL(RAM) | P(REGION, MEM6), /* 0x0e: Memory region 6 */
arch/x86/events/intel/ds.c
330
OP_LH | LEVEL(RAM) | P(REGION, MEM7), /* 0x0f: Memory region 7 */
arch/x86/events/intel/ds.c
513
val = P(OP, LOAD) | LEVEL(NA) | P(SNOOP, NA);
arch/x86/events/intel/ds.c
548
val = P(OP, LOAD) | LEVEL(NA) | P(SNOOP, NA);
arch/x86/events/intel/ds.c
606
val = P(OP, LOAD) | LEVEL(NA) | P(SNOOP, NA);
drivers/block/drbd/drbd_vli.h
118
LEVEL( 2, 1, 0x00); \
drivers/block/drbd/drbd_vli.h
119
LEVEL( 3, 2, 0x01); \
drivers/block/drbd/drbd_vli.h
120
LEVEL( 5, 3, 0x03); \
drivers/block/drbd/drbd_vli.h
121
LEVEL( 7, 4, 0x07); \
drivers/block/drbd/drbd_vli.h
122
LEVEL(10, 5, 0x0f); \
drivers/block/drbd/drbd_vli.h
123
LEVEL(14, 6, 0x1f); \
drivers/block/drbd/drbd_vli.h
124
LEVEL(21, 8, 0x3f); \
drivers/block/drbd/drbd_vli.h
125
LEVEL(29, 8, 0x7f); \
drivers/block/drbd/drbd_vli.h
126
LEVEL(42, 8, 0xbf); \
drivers/block/drbd/drbd_vli.h
127
LEVEL(64, 8, 0xff); \
drivers/scsi/fcoe/fcoe.h
36
#define FCOE_CHECK_LOGGING(LEVEL, CMD) \
drivers/scsi/fcoe/fcoe.h
38
if (unlikely(fcoe_debug_logging & LEVEL)) \
drivers/scsi/fcoe/libfcoe.h
11
#define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \
drivers/scsi/fcoe/libfcoe.h
13
if (unlikely(libfcoe_debug_logging & LEVEL)) \
drivers/scsi/fnic/fnic.h
244
#define FNIC_CHECK_LOGGING(LEVEL, CMD) \
drivers/scsi/fnic/fnic.h
246
if (unlikely(fnic_log_level & LEVEL)) \
drivers/scsi/libfc/fc_libfc.h
22
#define FC_CHECK_LOGGING(LEVEL, CMD) \
drivers/scsi/libfc/fc_libfc.h
24
if (unlikely(fc_debug_logging & LEVEL)) \
drivers/scsi/scsi_logging.h
47
#define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \
drivers/scsi/scsi_logging.h
49
if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \
drivers/scsi/scsi_logging.h
56
#define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0)
drivers/scsi/scsi_logging.h
64
#define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
65
SCSI_CHECK_LOGGING(SCSI_LOG_ERROR_SHIFT, SCSI_LOG_ERROR_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
66
#define SCSI_LOG_TIMEOUT(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
67
SCSI_CHECK_LOGGING(SCSI_LOG_TIMEOUT_SHIFT, SCSI_LOG_TIMEOUT_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
68
#define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
69
SCSI_CHECK_LOGGING(SCSI_LOG_SCAN_SHIFT, SCSI_LOG_SCAN_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
70
#define SCSI_LOG_MLQUEUE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
71
SCSI_CHECK_LOGGING(SCSI_LOG_MLQUEUE_SHIFT, SCSI_LOG_MLQUEUE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
72
#define SCSI_LOG_MLCOMPLETE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
73
SCSI_CHECK_LOGGING(SCSI_LOG_MLCOMPLETE_SHIFT, SCSI_LOG_MLCOMPLETE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
74
#define SCSI_LOG_LLQUEUE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
75
SCSI_CHECK_LOGGING(SCSI_LOG_LLQUEUE_SHIFT, SCSI_LOG_LLQUEUE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
76
#define SCSI_LOG_LLCOMPLETE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
77
SCSI_CHECK_LOGGING(SCSI_LOG_LLCOMPLETE_SHIFT, SCSI_LOG_LLCOMPLETE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
78
#define SCSI_LOG_HLQUEUE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
79
SCSI_CHECK_LOGGING(SCSI_LOG_HLQUEUE_SHIFT, SCSI_LOG_HLQUEUE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
80
#define SCSI_LOG_HLCOMPLETE(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
81
SCSI_CHECK_LOGGING(SCSI_LOG_HLCOMPLETE_SHIFT, SCSI_LOG_HLCOMPLETE_BITS, LEVEL,CMD);
drivers/scsi/scsi_logging.h
82
#define SCSI_LOG_IOCTL(LEVEL,CMD) \
drivers/scsi/scsi_logging.h
83
SCSI_CHECK_LOGGING(SCSI_LOG_IOCTL_SHIFT, SCSI_LOG_IOCTL_BITS, LEVEL,CMD);
drivers/scsi/snic/snic.h
122
#define SNIC_CHECK_LOGGING(LEVEL, CMD) \
drivers/scsi/snic/snic.h
124
if (unlikely(snic_log_level & LEVEL)) \
sound/pci/asihpi/hpi_internal.h
163
HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1),
sound/pci/asihpi/hpi_internal.h
164
HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),
tools/perf/util/intel-pt.c
2288
P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */
tools/perf/util/intel-pt.c
2289
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* L1 hit|SNP None */
tools/perf/util/intel-pt.c
2290
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* LFB/MAB hit|SNP None */
tools/perf/util/intel-pt.c
2291
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* L2 hit|SNP None */
tools/perf/util/intel-pt.c
2292
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* L3 hit|SNP None */
tools/perf/util/intel-pt.c
2293
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2294
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2295
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2296
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD), /* L3 hit|SNP Fwd */
tools/perf/util/intel-pt.c
2297
OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* Remote L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2298
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* RAM hit|SNP Hit */
tools/perf/util/intel-pt.c
2299
OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* Remote L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2300
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | SNOOP_NONE_MISS, /* RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2301
OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* Remote RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2302
OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* I/O hit|SNP None */
tools/perf/util/intel-pt.c
2303
OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */
tools/perf/util/intel-pt.c
2308
P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */
tools/perf/util/intel-pt.c
2309
OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* L1 hit|SNP None */
tools/perf/util/intel-pt.c
2310
OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* LFB/MAB hit|SNP None */
tools/perf/util/intel-pt.c
2311
OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* L2 hit|SNP None */
tools/perf/util/intel-pt.c
2312
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* L3 hit|SNP None */
tools/perf/util/intel-pt.c
2313
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2314
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2315
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD), /* L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2316
OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP Fwd */
tools/perf/util/intel-pt.c
2317
OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HITM), /* Remote L3 hit|SNP HitM */
tools/perf/util/intel-pt.c
2318
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE), /* RAM hit|SNP Hit */
tools/perf/util/intel-pt.c
2319
OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE), /* Remote L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2320
OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD), /* RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2321
OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM), /* Remote RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2322
OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* I/O hit|SNP None */
tools/perf/util/intel-pt.c
2323
OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */