Home
last modified time | relevance | path

Searched refs:LVL (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arc/include/asm/
A Dentry-compact.h312 .macro INTERRUPT_PROLOGUE LVL
315 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg
318 lr r9, [status32_l\LVL\()]
328 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg
334 PUSH ilink\LVL\()
335 PUSHAX status32_l\LVL\()
339 PUSHAX bta_l\LVL\()
356 .macro INTERRUPT_EPILOGUE LVL
358 POPAX bta_l\LVL\()
365 POPAX status32_l\LVL\()
[all …]
/linux/arch/powerpc/perf/
A Disa207-common.c223 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()
236 ret |= PH(LVL, LOC_RAM) | LEVEL(RAM); 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()
247 ret = PH(LVL, LOC_RAM); in isa207_find_source()
249 ret = PH(LVL, REM_RAM1); in isa207_find_source()
251 ret = PH(LVL, REM_RAM2); in isa207_find_source()
293 ret = PH(LVL, REM_CCE2); in isa207_find_source()
[all …]
A Disa207-common.h275 #define PH(a, b) (P(LVL, HIT) | P(a, b))
276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/linux/tools/perf/util/
A Dmem-events.c652 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
657 if (lvl & P(LVL, L2)) { in c2c_decode_stats()
663 if (lvl & P(LVL, L3 )) { in c2c_decode_stats()
673 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats()
681 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats()
692 if ((lvl & P(LVL, REM_CCE1)) || in c2c_decode_stats()
693 (lvl & P(LVL, REM_CCE2)) || in c2c_decode_stats()
705 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
717 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
721 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
[all …]
A Devent.h89 PERF_MEM_S(LVL, NA) |\
/linux/arch/x86/events/intel/
A Dds.c83 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
93 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
94 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
104 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
135 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt()
136 data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_grt()
202 …P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x0f: L3 Miss Snoop HitM…
222 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data()
244 val |= P(LVL, HIT); in precise_store_data()
[all …]
/linux/Documentation/devicetree/bindings/dma/
A Drenesas,rz-dmac.yaml71 bit[11] - Specifies DMA request detection type (LVL)
/linux/Documentation/devicetree/bindings/sound/
A Drenesas,rz-ssi.yaml75 bit[11] - LVL = 0, Detects based on the edge
/linux/arch/x86/events/amd/
A Dibs.c734 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))
844 return PERF_MEM_S(LVL, NA) | LN(NA); in perf_ibs_get_mem_lvl()
/linux/drivers/media/dvb-frontends/
A Dbcm3510_priv.h277 u8 LVL :1; member
/linux/include/linux/
A Dperf_event.h1235 PERF_MEM_S(LVL, NA) |\

Completed in 28 milliseconds