Home
last modified time | relevance | path

Searched refs:MISS (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/arch/x86/events/intel/
Dds.c67 #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 */
123 val |= P(TLB, MISS); in precise_store_data()
135 val |= P(LVL, MISS); in precise_store_data()
199 val |= P(TLB, MISS) | P(TLB, L2); in load_latency_data()
254 val |= P(TLB, MISS) | P(TLB, L2); in store_latency_data()
Dp4.c98 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, MISS) |
549 [ C(RESULT_MISS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, MISS,
/Linux-v5.15/drivers/net/ethernet/amd/
Dariadne.c285 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()
Dariadne.h182 #define MISS 0x0010 /* Missed Frame */ macro
/Linux-v5.15/arch/powerpc/perf/
Disa207-common.h275 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/Linux-v5.15/tools/perf/util/
Dmem-events.c544 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
560 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dcache-policies.rst12 The policy can return a simple HIT or MISS or issue a migration.
/Linux-v5.15/arch/x86/include/asm/
Dperf_event_p4.h606 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, MISS, 1),