Searched refs:LVL (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | entry-compact.h | 222 .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 */ 251 PUSH ilink\LVL\() 252 PUSHAX status32_l\LVL\() 256 PUSHAX bta_l\LVL\() 269 .macro INTERRUPT_EPILOGUE LVL 271 POPAX bta_l\LVL\() 278 POPAX status32_l\LVL\() [all …]
|
/linux-6.3-rc2/arch/powerpc/perf/ |
A D | isa207-common.c | 223 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 …]
|
A D | isa207-common.h | 275 #define PH(a, b) (P(LVL, HIT) | P(a, b)) 276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
/linux-6.3-rc2/tools/perf/util/ |
A D | mem-events.c | 575 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 580 if (lvl & P(LVL, L2)) { in c2c_decode_stats() 586 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 596 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 604 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 615 if ((lvl & P(LVL, REM_CCE1)) || in c2c_decode_stats() 616 (lvl & P(LVL, REM_CCE2)) || in c2c_decode_stats() 628 if ((lvl & P(LVL, MISS))) in c2c_decode_stats() 640 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 644 if (lvl & P(LVL, MISS)) in c2c_decode_stats() [all …]
|
A D | event.h | 89 PERF_MEM_S(LVL, NA) |\
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | ds.c | 73 #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() 173 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data() 195 val |= P(LVL, HIT); in precise_store_data() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | renesas,rz-ssi.yaml | 71 bit[11] - LVL = 0, Detects based on the edge
|
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/ |
A D | renesas,rz-dmac.yaml | 65 bit[11] - Specifies DMA request detection type (LVL)
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | bcm3510_priv.h | 277 u8 LVL :1; member
|
/linux-6.3-rc2/include/linux/ |
A D | perf_event.h | 1183 PERF_MEM_S(LVL, NA) |\
|
Completed in 29 milliseconds