Searched refs:MISS (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/amd/ |
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()
|
D | ariadne.h | 182 #define MISS 0x0010 /* Missed Frame */ macro
|
/linux-6.1.9/arch/x86/events/intel/ |
D | ds.c | 67 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS)) 71 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 76 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 153 val |= P(TLB, MISS); in precise_store_data() 165 val |= P(LVL, MISS); in precise_store_data() 212 *val |= P(TLB, MISS) | P(TLB, L2); in pebs_set_tlb_lock()
|
D | p4.c | 98 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, MISS) | 549 [ C(RESULT_MISS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, MISS,
|
/linux-6.1.9/arch/powerpc/perf/ |
D | isa207-common.h | 276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
/linux-6.1.9/tools/perf/util/ |
D | mem-events.c | 628 if ((lvl & P(LVL, MISS))) in c2c_decode_stats() 644 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 12 The policy can return a simple HIT or MISS or issue a migration.
|
/linux-6.1.9/arch/x86/include/asm/ |
D | perf_event_p4.h | 606 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, MISS, 1),
|