Searched refs:LEVEL (Results 1 – 14 of 14) sorted by relevance
| /arch/sh/boards/mach-dreamcast/ |
| A D | irq.c | 52 #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) macro 66 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq() 78 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq() 90 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq()
|
| /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() 260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source() 264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source() [all …]
|
| A D | isa207-common.h | 277 #define LEVEL(x) P(LVLNUM, x) macro
|
| /arch/x86/events/intel/ |
| A D | ds.c | 85 #define LEVEL(x) P(LVLNUM, x) macro 94 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 95 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 105 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */ 119 u64 pmem_or_l4 = pmem ? LEVEL(PMEM) : LEVEL(L4); in __intel_pmu_pebs_data_source_skl() 123 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 135 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 163 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt() 164 data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_cmt() 165 data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_cmt() [all …]
|
| /arch/parisc/kernel/ |
| A D | signal32.c | 28 #define DBG(LEVEL, ...) \ argument 29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \ 32 #define DBG(LEVEL, ...) argument
|
| A D | signal.c | 42 #define DBG(LEVEL, ...) \ argument 43 ((DEBUG_SIG_LEVEL >= LEVEL) \ 46 #define DBG(LEVEL, ...) argument
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7280-herobrine-audio-rt5682.dtsi | 11 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine-audio-rt5682-3mic.dtsi | 11 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine-audio-wcd9385.dtsi | 9 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7180-trogdor-coachz.dtsi | 17 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7180-trogdor-homestar.dtsi | 12 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7280-herobrine.dtsi | 315 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sdm845-cheza.dtsi | 115 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
| A D | sc7180-trogdor.dtsi | 312 /* BOARD-SPECIFIC TOP LEVEL NODES */
|
Completed in 31 milliseconds