Home
last modified time | relevance | path

Searched full:tag (Results 1 – 25 of 29) sorted by relevance

12

/sof-2.7.6/src/arch/xtensa/xtos/
Dmemerror-vector.S35 * _xtos_merr_hook_uncor_dtag -- fatal error, uncorrectable error in dcache tag
196 …// TODO FIXME: remove these 5 lines if waynum is in MEVADDR!? by using III if tag and IHI otherwi…
205 // Preserve the lock bit. So check the tag...
206 lict a0, a2 // load i-cache tag
209 // Fix both tag and one word, quicker than figuring out whether error is in tag or data:
210 sict a0, a2 // fix tag
218 // We have to write the whole tag to avoid hitting an error here (if tag error).
230 bbsi.l a0, MESR_MEMTYPE_SHIFT+2, .L_icache_tag_noncorr // branch if tag error
295 // Non-correctable error in the instruction cache tag.
296 // Just invalidate the tag or the entire set.
[all …]
/sof-2.7.6/.github/workflows/
Dpull-request.yml65 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
89 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
125 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
135 docker tag thesofproject/sofqemu sofqemu
Dinstaller.yml23 # From time to time this will catch a git tag and change SOF_VERSION
27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dzephyr.yml15 # From time to time this will catch a git tag and change SOF_VERSION
Dtools.yml21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
/sof-2.7.6/src/include/ipc/
Dprobe.h103 uint32_t stream_tag; /**< Stream tag associated with this DMA */
113 uint32_t stream_tag; /**< Stream tag of DMA via which data will be provided for injection.
114 * For extraction purposes, stream tag is ignored when received,
115 * but returned actual extraction stream tag via INFO function.
Dinfo.h56 uint8_t tag[6]; member
/sof-2.7.6/
D.travis.yml37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
67 docker tag thesofproject/sofqemu sofqemu
/sof-2.7.6/src/arch/xtensa/hal/
Dmem_ecc_parity.S88 // bit 0: 0 = cache data, 1 = cache tag
178 ldct a9, a2 // load dcache line tag
182 sdct a9, a2 // store tag with modified check bits
203 lict a9, a2 // load icache line tag
207 sict a9, a2 // store tag with modified check bits
Dcache_asm.S79 ldct a7, a3 // a3 = cache tag for cache entry [a7]
148 lict a7, a3 // a3 = cache tag for cache entry [a7]
/sof-2.7.6/src/init/
Dext_manifest.c37 .tag = SOF_TAG,
/sof-2.7.6/src/platform/amd/renoir/
Dplatform.c58 .tag = SOF_TAG,
/sof-2.7.6/src/platform/imx8m/
Dplatform.c61 .tag = SOF_TAG,
/sof-2.7.6/src/platform/imx8ulp/
Dplatform.c58 .tag = SOF_TAG,
/sof-2.7.6/src/platform/imx8/
Dplatform.c62 .tag = SOF_TAG,
/sof-2.7.6/tools/fuzzer/platform/
Dbyt-host.c496 fprintf(stdout, "ipc: FW version major: %d minor: %d tag: %s\n", in byt_fw_ready()
497 version.major, version.minor, version.tag); in byt_fw_ready()
Dhsw-host.c526 fprintf(stdout, "ipc: FW version major: %d minor: %d tag: %s\n", in hsw_fw_ready()
527 version.major, version.minor, version.tag); in hsw_fw_ready()
Dimx8-host.c542 fprintf(stdout, "ipc: FW version major: %d minor: %d tag: %s\n", in imx8_fw_ready()
543 version.major, version.minor, version.tag); in imx8_fw_ready()
/sof-2.7.6/src/platform/haswell/
Dplatform.c63 .tag = SOF_TAG,
/sof-2.7.6/src/probe/
Dprobe.c56 uint32_t stream_tag; /**< DMA stream tag */
441 * \param[in] stream_tag DMA stream tag.
1011 tr_err(&pr_tr, "probe_point_add(): No DMA with stream tag %u found for injection.", in probe_point_add()
1031 /* ignore probe stream tag for extraction probes */ in probe_point_add()
/sof-2.7.6/src/trace/
Ddma-trace.c383 "SHM: FW ABI 0x%x DBG ABI 0x%x tag " SOF_GIT_TAG " src hash 0x%08x (ldc hash " in dma_trace_enable()
389 "DMA: FW ABI 0x%x DBG ABI 0x%x tag " SOF_GIT_TAG " src hash 0x%08x (ldc hash " in dma_trace_enable()
/sof-2.7.6/src/platform/baytrail/
Dplatform.c77 .tag = SOF_TAG,
/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dxdm-regs.h139 #define XDM_CS_CLAIMSET 0x103FA0 /*[0x68] Claim Tag Set reg */
140 #define XDM_CS_CLAIMCLR 0x103FA4 /*[0x69] Claim Tag Clear reg */
/sof-2.7.6/src/platform/intel/cavs/
Dplatform.c73 .tag = SOF_TAG,
/sof-2.7.6/tools/ctl/
Dctl.c263 * words header with tag (SOF_CTRL_CMD_BINARY) and size in bytes. in buffer_alloc()

12