Searched refs:HIT (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/arch/powerpc/perf/ |
| D | isa207-common.c | 223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source() 226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 233 ret = P(SNOOP, HIT); in isa207_find_source() 238 ret |= P(LVL, HIT) | LEVEL(PMEM); in isa207_find_source() 242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source() 252 ret |= P(SNOOP, HIT); in isa207_find_source() 260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source() [all …]
|
| D | isa207-common.h | 275 #define PH(a, b) (P(LVL, HIT) | P(a, b))
|
| /Linux-v6.6/tools/perf/util/ |
| D | mem-events.c | 579 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 602 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 612 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats() 622 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats() 644 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
|
| /Linux-v6.6/arch/x86/events/intel/ |
| D | ds.c | 73 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 88 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ 90 OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */ 91 OP_LH | P(LVL, REM_RAM1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */ 101 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm() 110 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 111 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 192 val |= P(TLB, HIT); in precise_store_data() [all …]
|
| D | p4.c | 97 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, HIT) | 547 [ C(RESULT_ACCESS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, HIT,
|
| /Linux-v6.6/Documentation/admin-guide/device-mapper/ |
| D | cache-policies.rst | 12 The policy can return a simple HIT or MISS or issue a migration.
|
| /Linux-v6.6/arch/x86/include/asm/ |
| D | perf_event_p4.h | 605 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, HIT, 0),
|
| /Linux-v6.6/drivers/iommu/ |
| D | msm_iommu_hw-8xxx.h | 611 #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
|
| /Linux-v6.6/arch/x86/events/amd/ |
| D | ibs.c | 731 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))
|