Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dentry-compact.h312 .macro INTERRUPT_PROLOGUE LVL
315 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg
318 lr r9, [status32_l\LVL\()]
323 st.a 0x003\LVL\()abcd, [sp, -4] /* Dummy ECR */
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\()
[all …]
/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()
240 ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2); in isa207_find_source()
242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source()
244 ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3); in isa207_find_source()
247 ret = PH(LVL, LOC_RAM); in isa207_find_source()
249 ret = PH(LVL, REM_RAM1); 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))
/linux/arch/x86/events/intel/
H A Dds.c83 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
90 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
91 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
92 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB 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 */
95 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
96 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
97 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
98 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h277 u8 LVL :1; member