Searched refs:MISS (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/amd/ |
| H A D | ariadne.c | 285 if (csr0 & MISS) in ariadne_interrupt() 368 if (csr0 & MISS) { in ariadne_interrupt() 383 lance->RDP = INEA | BABL | CERR | MISS | MERR | IDON; in ariadne_interrupt()
|
| H A D | ariadne.h | 182 #define MISS 0x0010 /* Missed Frame */ macro
|
| /linux/arch/powerpc/perf/ |
| H A D | isa207-common.h | 276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 733 if ((lvl & P(LVL, MISS))) in c2c_decode_stats() 749 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
|
| H A D | intel-pt.c | 2281 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 2288 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */ 2308 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */ 2313 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* L3 hit|SNP Hit */ 2335 *val |= P(TLB, MISS) | P(TLB, L2); in pebs_set_tlb_lock()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | cache-policies.rst | 12 The policy can return a simple HIT or MISS or issue a migration.
|
| /linux/arch/x86/include/asm/ |
| H A D | perf_event_p4.h | 606 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, MISS, 1),
|