Searched refs:SNOOP (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 52 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 56 P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 57 OP_LH | P(LVL, L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 58 OP_LH | P(LVL, LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 59 OP_LH | P(LVL, L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 60 OP_LH | P(LVL, L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 61 OP_LH | P(LVL, L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 62 OP_LH | P(LVL, L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 63 OP_LH | P(LVL, L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 64 OP_LH | P(LVL, REM_CCE1) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | trace.c | 215 __hfi1_trace_fn(SNOOP);
|
D | diag.c | 78 hfi1_cdbg(SNOOP, fmt, ##__VA_ARGS__)
|
D | trace.h | 1401 __hfi1_trace_def(SNOOP);
|
/linux-4.4.14/tools/perf/util/ |
D | event.h | 207 PERF_MEM_S(SNOOP, NA) |\
|
/linux-4.4.14/drivers/ata/ |
D | pata_legacy.c | 84 SNOOP = 1, enumerator 930 return SNOOP; in probe_chip_type()
|
/linux-4.4.14/include/linux/ |
D | perf_event.h | 803 PERF_MEM_S(SNOOP, NA) |\
|