Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dmem-events.c363 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
378 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
388 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
398 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
416 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
/Linux-v5.10/arch/x86/events/intel/
Dds.c56 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
71 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
73 OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
74 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
84 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
93 pebs_data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
94 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
117 val |= P(TLB, HIT); in precise_store_data()
125 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.10/arch/powerpc/perf/
Disa207-common.c193 ret |= P(SNOOP, HIT); in isa207_find_source()
198 ret |= P(SNOOP, HIT); in isa207_find_source()
205 ret |= P(SNOOP, HIT); in isa207_find_source()
Disa207-common.h248 #define PH(a, b) (P(LVL, HIT) | P(a, b))
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dcache-policies.rst12 The policy can return a simple HIT or MISS or issue a migration.
/Linux-v5.10/arch/x86/include/asm/
Dperf_event_p4.h605 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, HIT, 0),
/Linux-v5.10/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