Home
last modified time | relevance | path

Searched refs:LVL (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dentry-compact.h230 .macro INTERRUPT_PROLOGUE LVL
233 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg
236 lr r9, [status32_l\LVL\()]
248 PUSH 0x003\LVL\()abcd /* Dummy ECR */
253 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg
259 PUSH ilink\LVL\()
260 PUSHAX status32_l\LVL\()
264 PUSHAX bta_l\LVL\()
277 .macro INTERRUPT_EPILOGUE LVL
279 POPAX bta_l\LVL\()
[all...]
/kernel/linux/linux-6.6/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 */
243 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg
249 PUSH ilink\LVL\()
250 PUSHAX status32_l\LVL\()
254 PUSHAX bta_l\LVL\()
271 .macro INTERRUPT_EPILOGUE LVL
273 POPAX bta_l\LVL\()
[all...]
/kernel/linux/linux-6.6/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_RAM 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))
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.c363 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
364 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
365 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats()
366 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
367 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats()
368 if (lvl & P(LVL, L2 )) stats->ld_l2hit++; in c2c_decode_stats()
369 if (lvl & P(LVL, L3 )) { in c2c_decode_stats()
376 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats()
384 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats()
385 (lvl & P(LVL, REM_RAM in c2c_decode_stats()
[all...]
H A Devent.h157 PERF_MEM_S(LVL, NA) |\
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.c518 i += scnprintf(out + i, sz - i, "|LVL "); in perf_script__meminfo_scnprintf()
583 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
584 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
585 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats()
586 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats()
587 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; 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_RAM in c2c_decode_stats()
[all...]
H A Devent.h89 PERF_MEM_S(LVL, NA) |\
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Disa207-common.c178 ret = PH(LVL, L1); in isa207_find_source()
181 ret = PH(LVL, L2); in isa207_find_source()
184 ret = PH(LVL, L3); in isa207_find_source()
188 ret = PH(LVL, LOC_RAM); in isa207_find_source()
190 ret = PH(LVL, REM_RAM1); in isa207_find_source()
192 ret = PH(LVL, REM_RAM2); in isa207_find_source()
196 ret = PH(LVL, REM_CCE1); in isa207_find_source()
203 ret = PH(LVL, REM_CCE2); in isa207_find_source()
210 ret = PM(LVL, L1); in isa207_find_source()
H A Disa207-common.h262 #define PH(a, b) (P(LVL, HIT) | P(a, b))
263 #define PM(a, b) (P(LVL, MISS) | P(a, b))
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c73 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
80 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
81 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
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 */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
87 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
88 OP_LH | P(LVL, REM_CCE
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dds.c56 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
63 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
64 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
65 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
66 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
70 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
71 OP_LH | P(LVL, REM_CCE
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h277 u8 LVL :1; member
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h277 u8 LVL :1; member
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h1033 PERF_MEM_S(LVL, NA) |\
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h1199 PERF_MEM_S(LVL, NA) |\
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu.c1418 #define DEFINE_FREE_PT_FN(LVL, FN) \
1419 static struct page *free_pt_##LVL (unsigned long __pt, struct page *freelist) \

Completed in 28 milliseconds