Searched refs:LVL (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-compact.h | 248 .macro INTERRUPT_PROLOGUE LVL 251 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg 254 lr r9, [status32_l\LVL\()] 266 PUSH 0x003\LVL\()abcd /* Dummy ECR */ 271 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg 277 PUSH ilink\LVL\() 278 PUSHAX status32_l\LVL\() 282 PUSHAX bta_l\LVL\() 300 .macro INTERRUPT_EPILOGUE LVL 307 POPAX bta_l\LVL\() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | mem-events.c | 348 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 349 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 350 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats() 351 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats() 352 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats() 353 if (lvl & P(LVL, L2 )) stats->ld_l2hit++; in c2c_decode_stats() 354 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 361 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 369 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 370 (lvl & P(LVL, REM_RAM2)) || in c2c_decode_stats() [all …]
|
D | event.h | 221 PERF_MEM_S(LVL, NA) |\
|
/Linux-v4.19/arch/powerpc/perf/ |
D | isa207-common.c | 160 ret = PH(LVL, L1); in isa207_find_source() 163 ret = PH(LVL, L2); in isa207_find_source() 166 ret = PH(LVL, L3); in isa207_find_source() 170 ret = PH(LVL, LOC_RAM); in isa207_find_source() 172 ret = PH(LVL, REM_RAM1); in isa207_find_source() 174 ret = PH(LVL, REM_RAM2); in isa207_find_source() 178 ret = PH(LVL, REM_CCE1); in isa207_find_source() 185 ret = PH(LVL, REM_CCE2); in isa207_find_source() 192 ret = PM(LVL, L1); in isa207_find_source()
|
D | isa207-common.h | 214 #define PH(a, b) (P(LVL, HIT) | P(a, b)) 215 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
/Linux-v4.19/arch/x86/events/intel/ |
D | ds.c | 55 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 62 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 63 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 64 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 65 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 66 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 70 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 286 u8 LVL :1; member
|
/Linux-v4.19/include/linux/ |
D | perf_event.h | 944 PERF_MEM_S(LVL, NA) |\
|
/Linux-v4.19/drivers/iommu/ |
D | amd_iommu.c | 1641 #define DEFINE_FREE_PT_FN(LVL, FN) \ argument 1642 static void free_pt_##LVL (unsigned long __pt) \
|