Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmem-events.c348 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
363 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
373 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
383 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
401 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
/Linux-v5.4/arch/x86/events/intel/
Dds.c55 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
70 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
72 OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
73 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
83 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
92 pebs_data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
93 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
116 val |= P(TLB, HIT); in precise_store_data()
124 val |= P(LVL, HIT); in precise_store_data()
[all …]
Dp4.c97 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, HIT) |
547 [ C(RESULT_ACCESS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, HIT,
/Linux-v5.4/arch/powerpc/perf/
Disa207-common.c179 ret |= P(SNOOP, HIT); in isa207_find_source()
184 ret |= P(SNOOP, HIT); in isa207_find_source()
191 ret |= P(SNOOP, HIT); in isa207_find_source()
Disa207-common.h215 #define PH(a, b) (P(LVL, HIT) | P(a, b))
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dcache-policies.rst12 The policy can return a simple HIT or MISS or issue a migration.
/Linux-v5.4/arch/x86/include/asm/
Dperf_event_p4.h605 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, HIT, 0),
/Linux-v5.4/drivers/iommu/
Dmsm_iommu_hw-8xxx.h611 #define SET_HIT(b, c, v) SET_CONTEXT_FIELD(b, c, V2PSR, HIT, v)
798 #define GET_HIT(b, c) GET_CONTEXT_FIELD(b, c, V2PSR, HIT)
1178 #define HIT (HIT_MASK << HIT_SHIFT) macro