Home
last modified time | relevance | path

Searched full:stb (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux-6.14.4/arch/sparc/kernel/
Duna_asm_32.S34 4: stb %g2, [%o0]
36 5: stb %g7, [%o0 + 1]
38 6: stb %g2, [%o0 + 2]
40 7: stb %g1, [%o0 + 3]
42 8: stb %g2, [%o0 + 4]
44 9: stb %g1, [%o0 + 5]
45 10: stb %g2, [%o0 + 6]
47 11: stb %g7, [%o0 + 7]
49 12: stb %g2, [%o0]
51 13: stb %g7, [%o0 + 1]
[all …]
/linux-6.14.4/drivers/platform/x86/amd/pmc/
Dmp1_stb.c3 * AMD MP1 Smart Trace Buffer (STB) Layer
21 /* STB Spill to DRAM Parameters */
26 /* STB Registers */
30 /* STB Spill to DRAM Message Definition */
34 /* STB S2D(Spill to DRAM) has different message port offset */
39 /* STB S2D (Spill to DRAM) message port offset for 44h model */
46 MODULE_PARM_DESC(enable_stb, "Enable the STB debug mechanism");
50 MODULE_PARM_DESC(dump_custom_stb, "Enable to dump full STB buffer");
71 dev_err(dev->dev, "failed to write data in stb: 0x%X\n", AMD_STB_PMI_0); in amd_stb_write()
85 dev_err(dev->dev, "error reading data from stb: 0x%X\n", AMD_STB_PMI_0); in amd_stb_read()
[all …]
DKconfig23 bool "AMD SoC MP2 STB function"
27 AMD MP2 STB function provides a data buffer used to log debug
29 A data buffer known as the STB (Smart Trace Buffer) is a circular
33 Creates debugfs to get STB, a userspace daemon can access STB log of
Dmp2_stb.c3 * AMD MP2 STB layer
126 dev_dbg(dev, "Invalid STB data\n"); in amd_mp2_process_cmd()
140 dev_err(dev, "Failed to init STB region, status %d\n", status); in amd_mp2_process_cmd()
151 dev_err(dev, "Failed to start STB dump, status %d\n", status); in amd_mp2_process_cmd()
254 rc = pcim_iomap_regions(pdev, BIT(MP2_MMIO_BAR), "mp2 stb"); in amd_mp2_stb_init()
/linux-6.14.4/arch/powerpc/kernel/
Dinterrupt_64.S116 stb r11,PACAIRQSOFTMASK(r13)
118 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS
187 stb r11,PACAIRQSOFTMASK(r13)
267 stb r11,PACASRR_VALID(r13)
276 stb r11,PACAIRQSOFTMASK(r13)
303 stb r11,PACAIRQSOFTMASK(r13)
305 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS
316 stb r4,PACASRR_VALID(r13)
374 stb r11,PACAIRQSOFTMASK(r13)
436 stb r11,PACAIRQSOFTMASK(r13)
[all …]
/linux-6.14.4/arch/sparc/lib/
Dcsum_copy.S53 EX_ST(STORE(stb, %o4, %o1 + 0x00))
207 EX_ST(STORE(stb, %o5, %o1 + 0x00))
245 EX_ST(STORE(stb, GLOBAL_SPARE, %o1))
257 EX_ST(STORE(stb, %g2, %o1))
259 EX_ST(STORE(stb, %o4, %o1 + 1))
268 EX_ST(STORE(stb, %g2, %o1))
270 EX_ST(STORE(stb, %g3, %o1 + 1))
272 EX_ST(STORE(stb, %g2, %o1 + 2))
274 EX_ST(STORE(stb, %o4, %o1 + 3))
291 EX_ST(STORE(stb, %g2, %o1))
[all …]
Dmemcpy.S61 stb %t0, [%dst - (offset) - 0x02]; \
62 stb %t1, [%dst - (offset) - 0x01];
88 stb %o4, [%o0]
113 stb %g2, [%o0]
222 stb %g2, [%o0]
287 stb %g2, [%o0]
306 stb %g5, [%i0]
313 stb %g3, [%i0]
317 stb %g3, [%i0 - 1]
404 stb %g2, [%i0 + 4]
[all …]
Dmemset.S93 EX(stb %g3, [%o0], sub %o1, 0)
97 EX(stb %g3, [%o0 + 0x01], sub %o1, 1)
99 EX(stb %g3, [%o0 + 0x02], sub %o1, 2)
165 EX(stb %g3, [%o0], and %o1, 1)
178 EX(stb %g3, [%o0 - 1], add %o1, 1)
Dcopy_user.S130 ST(stb, dst, -(offset + 0x02), t0, halfchunk_fault) \
131 ST(stb, dst, -(offset + 0x01), t1, halfchunk_fault)
144 ST(stb, dst, -(offset + 0x02), t0, last_shortchunk_fault) \
145 ST(stb, dst, -(offset + 0x01), t1, last_shortchunk_fault)
168 EXO2(stb %g2, [%o0])
275 EX(stb %g2, [%o0], add %g0, 1)
315 EXO2(stb %g2, [%o0])
365 EX(stb %g2, [%o0], add %g0, 1)
Dchecksum_32.S256 EX(stb %o5, [%o1 + 0x00])
379 EX(stb %g5, [%o1])
392 EX(stb %g2, [%o1])
394 EX(stb %o4, [%o1 + 1])
404 EX(stb %g2, [%o1])
406 EX(stb %g3, [%o1 + 1])
408 EX(stb %g2, [%o1 + 2])
410 EX(stb %o4, [%o1 + 3])
427 EX(stb %g2, [%o1])
429 EX(stb %o4, [%o1 + 1])
[all …]
DVISsave.S31 stb %g0, [%g6 + TI_FPSAVED]
41 stb %g3, [%g6 + TI_FPSAVED]
50 stb %o5, [%g3 + TI_FPSAVED]
/linux-6.14.4/arch/powerpc/platforms/pseries/
DhvCall.S115 stb r4,PACASRR_VALID(r13)
130 stb r4,PACASRR_VALID(r13)
143 stb r4,PACASRR_VALID(r13)
176 stb r4,PACASRR_VALID(r13)
205 stb r4,PACASRR_VALID(r13)
243 stb r4,PACASRR_VALID(r13)
285 stb r4,PACASRR_VALID(r13)
323 stb r4,PACASRR_VALID(r13)
365 stb r4,PACASRR_VALID(r13)
/linux-6.14.4/arch/arc/lib/
Dmemcpy-700.S52 stb.ab r12,[r5,1]
57 stb.ab r12,[r5,1]
59 stb.ab r3,[r5,1]
62 stb r12,[r5,0]
Dmemcpy-archs.S53 stb.ab r5, [r3,1]
80 stb.ab r5, [r3,1]
128 stb.ab r5, [r3, 1]
134 stb.ab r6, [r3,1]
175 stb.ab r6, [r3,1]
209 stb.ab r5, [r3, 1]
215 stb.ab r6, [r3,1]
Dmemset.S20 stb r1,[r3,-1]
26 stb.ab r1,[r4,1]
43 stb.ab r1,[r4,1]
/linux-6.14.4/drivers/mtd/nand/raw/brcmnand/
DKconfig2 tristate "Broadcom STB NAND controller"
36 tristate "Broadcom STB Nand controller glue"
40 on Broadcom STB platforms.
/linux-6.14.4/sound/isa/gus/
DMakefile18 snd-interwave-stb-y := interwave-stb.o
25 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
/linux-6.14.4/arch/arc/kernel/
Dunaligned.c75 "1: stb.ab %1, [%2, 1]\n" \
77 "2: stb %1, [%2]\n" \
102 "1: stb.ab %1, [%2, 1]\n" \
104 "2: stb.ab %1, [%2, 1]\n" \
106 "3: stb.ab %1, [%2, 1]\n" \
108 "4: stb %1, [%2]\n" \
228 /* ldb/stb should not have unaligned exception */ in misaligned_fixup()
/linux-6.14.4/arch/nios2/mm/
Duaccess.c30 " stb r2,0(r3)\n"
59 " stb r2,0(r4)\n"
89 "9: stb r2,0(r3)\n"
121 "12: stb r2,0(r4)\n"
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
Dpipeline.json69 … backend, store, STB full.This event counts every cycle there is a stall in the Wr stage due to a …
72 … backend, store, STB full.This event counts every cycle there is a stall in the Wr stage due to a …
/linux-6.14.4/drivers/soc/bcm/
DKconfig5 bool "Broadcom STB SoC drivers"
9 Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
/linux-6.14.4/arch/arm64/boot/dts/synaptics/
Dberlin4ct-stb.dts13 model = "Marvell BG4CT STB board";
14 compatible = "marvell,berlin4ct-stb", "marvell,berlin4ct", "marvell,berlin";
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
Dpipeline.json81 …uffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of …
84 …uffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of …
/linux-6.14.4/drivers/memory/
DKconfig47 tristate "Broadcom STB DPFE driver"
52 STB SoCs. The firmware running on the DCPU inside the DDR PHY can
59 tristate "Broadcom STB MEMC driver"
63 This driver provides a way to configure the Broadcom STB memory
/linux-6.14.4/drivers/thermal/broadcom/
DKconfig18 tristate "Broadcom STB AVS TMON thermal driver"
21 Enable this driver if you have a Broadcom STB SoC and would like

1234567891011