Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dentry-compact.h227 .macro INTERRUPT_PROLOGUE LVL
230 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg
233 lr r9, [status32_l\LVL\()]
238 PUSH 0x003\LVL\()abcd /* Dummy ECR */
249 PUSH ilink\LVL\()
250 PUSHAX status32_l\LVL\()
254 PUSHAX bta_l\LVL\()
271 .macro INTERRUPT_EPILOGUE LVL
273 POPAX bta_l\LVL\()
280 POPAX status32_l\LVL\()
[all …]
/openbmc/linux/arch/powerpc/perf/
H 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 …]
H 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))
/openbmc/linux/tools/perf/util/
H A Dmem-events.c583 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
588 if (lvl & P(LVL, L2)) { in c2c_decode_stats()
594 if (lvl & P(LVL, L3 )) { in c2c_decode_stats()
604 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats()
612 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats()
623 if ((lvl & P(LVL, REM_CCE1)) || in c2c_decode_stats()
624 (lvl & P(LVL, REM_CCE2)) || in c2c_decode_stats()
636 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
648 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
652 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
[all …]
H A Devent.h89 PERF_MEM_S(LVL, NA) |\
/openbmc/linux/arch/x86/events/intel/
H A Dds.c73 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
82 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
94 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
125 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt()
126 data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_grt()
178 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data()
200 val |= P(LVL, HIT); in precise_store_data()
[all …]
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/
H A Drsa_oem_dss_key.pem52 X4vf19Uk+LVL/iuZ/ZP1IRu/EI5aQl7oTsTOdaFs+lPWgKW3a7PELW3GiNJOVbps
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rz-ssi.yaml75 bit[11] - LVL = 0, Detects based on the edge
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Drenesas,rz-dmac.yaml70 bit[11] - Specifies DMA request detection type (LVL)
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c731 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT))
841 return PERF_MEM_S(LVL, NA) | LN(NA); in perf_ibs_get_mem_lvl()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h277 u8 LVL :1; member
/openbmc/linux/include/linux/
H A Dperf_event.h1200 PERF_MEM_S(LVL, NA) |\