Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arc/include/asm/
Dentry-compact.h222 .macro INTERRUPT_PROLOGUE LVL
225 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg
228 lr r9, [status32_l\LVL\()]
240 PUSH 0x003\LVL\()abcd /* Dummy ECR */
245 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg
251 PUSH ilink\LVL\()
252 PUSHAX status32_l\LVL\()
256 PUSHAX bta_l\LVL\()
269 .macro INTERRUPT_EPILOGUE LVL
271 POPAX bta_l\LVL\()
[all …]
/Linux-v5.15/tools/perf/util/
Dmem-events.c503 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
504 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
505 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats()
506 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
507 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats()
508 if (lvl & P(LVL, L2 )) stats->ld_l2hit++; in c2c_decode_stats()
509 if (lvl & P(LVL, L3 )) { in c2c_decode_stats()
516 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats()
524 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats()
525 (lvl & P(LVL, REM_RAM2)) || in c2c_decode_stats()
[all …]
Devent.h165 PERF_MEM_S(LVL, NA) |\
/Linux-v5.15/arch/powerpc/perf/
Disa207-common.c223 ret = PH(LVL, L1); in isa207_find_source()
226 ret = PH(LVL, L2); in isa207_find_source()
229 ret = PH(LVL, L3); in isa207_find_source()
233 ret = PH(LVL, LOC_RAM); in isa207_find_source()
235 ret = PH(LVL, REM_RAM1); in isa207_find_source()
237 ret = PH(LVL, REM_RAM2); in isa207_find_source()
241 ret = PH(LVL, REM_CCE1); in isa207_find_source()
248 ret = PH(LVL, REM_CCE2); in isa207_find_source()
255 ret = PM(LVL, L1); in isa207_find_source()
Disa207-common.h274 #define PH(a, b) (P(LVL, HIT) | P(a, b))
275 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/Linux-v5.15/arch/x86/events/intel/
Dds.c64 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
71 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
72 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
73 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
74 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
75 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
76 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
77 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
78 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
79 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/Linux-v5.15/drivers/iommu/amd/
Dio_pgtable.c96 #define DEFINE_FREE_PT_FN(LVL, FN) \ argument
97 static struct page *free_pt_##LVL (unsigned long __pt, struct page *freelist) \
/Linux-v5.15/drivers/media/dvb-frontends/
Dbcm3510_priv.h277 u8 LVL :1; member
/Linux-v5.15/include/linux/
Dperf_event.h1043 PERF_MEM_S(LVL, NA) |\