Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c51 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
61 OP_LH | P(LVL, L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
63 OP_LH | P(LVL, REM_CCE1) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
65 OP_LH | P(LVL, LOC_RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
66 OP_LH | P(LVL, REM_RAM1) | P(SNOOP, HIT), /* 0x0b: L3 miss, shared */
90 val |= P(TLB, HIT); in precise_store_data()
98 val |= P(LVL, HIT); in precise_store_data()
169 val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2); in load_latency_data()
Dperf_event_p4.c97 P4_ESCR_EMASK_BIT(P4_EVENT_ITLB_REFERENCE, HIT) |
547 [ C(RESULT_ACCESS) ] = P4_GEN_CACHE_EVENT(P4_EVENT_ITLB_REFERENCE, HIT,
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt11 The policy can return a simple HIT or MISS or issue a migration.
/linux-4.1.27/arch/x86/include/asm/
Dperf_event_p4.h604 P4_GEN_ESCR_EMASK(P4_EVENT_ITLB_REFERENCE, HIT, 0),
/linux-4.1.27/drivers/iommu/
Dmsm_iommu_hw-8xxx.h624 #define SET_HIT(b, c, v) SET_CONTEXT_FIELD(b, c, V2PSR, HIT, v)
811 #define GET_HIT(b, c) GET_CONTEXT_FIELD(b, c, V2PSR, HIT)
1191 #define HIT (HIT_MASK << HIT_SHIFT) macro