Home
last modified time | relevance | path

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

12

/sof-3.4.0/zephyr/
Ddocker-run.sh17 # "latest" is just the default tag used when you don't specify any. To
19 # "latest", simply overwrite the official tag. Example:
21 # docker tag ghcr.io/zephyrproject-rtos/zephyr-build:v0.24.1
24 # "latest" is just a regular tag like "v0.24.1", it may or many not name
27 # To automatically restore the official "latest" tag, just delete it:
31 # (The actual image stays in the docker cache, only the tag is deleted)
/sof-3.4.0/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-3.4.0/src/include/ipc3/
Dprobe.h38 uint32_t stream_tag; /**< Stream tag associated with this DMA */
55 uint32_t stream_tag; /**< Stream tag of DMA via which data will be provided for injection.
56 * For extraction purposes, stream tag is ignored when received,
57 * but returned actual extraction stream tag via INFO function.
/sof-3.4.0/src/include/ipc4/
Dprobe.h77 uint32_t stream_tag; /**< Stream tag of DMA via which data will be provided for injection.
78 * For extraction purposes, stream tag is ignored when received,
79 * but returned actual extraction stream tag via INFO function.
/sof-3.4.0/.github/workflows/
Dpull-request.yml113 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
141 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
180 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
190 docker tag thesofproject/sofqemu sofqemu
Dinstaller.yml32 # From time to time this will catch a git tag and change SOF_VERSION
36 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Drepro-build.yml26 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dtools.yml21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dsparse-zephyr.yml54 # From time to time this will catch a git tag and change SOF_VERSION
/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/
Dprocessing_module_prerequisites.h22 /*! \brief enumeration tag for 4-bytes aligned buffer */
24 /*! \brief enumeration tag for 8-bytes aligned buffer */
/sof-3.4.0/
D.travis.yml37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
67 docker tag thesofproject/sofqemu sofqemu
/sof-3.4.0/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
/sof-3.4.0/submanifests/sof-ci-jenkins/
Dzephyr-override-template.yml8 # where 'zephyr_version_to_test' is a fetchable git version (branch, tag,
/sof-3.4.0/src/init/
Dext_manifest.c37 .tag = SOF_TAG,
/sof-3.4.0/src/platform/intel/ace/
Dplatform.c52 .tag = SOF_TAG,
/sof-3.4.0/src/include/ipc/
Dinfo.h56 uint8_t tag[6]; member
/sof-3.4.0/src/platform/imx8ulp/
Dplatform.c58 .tag = SOF_TAG,
/sof-3.4.0/src/platform/amd/rembrandt/
Dplatform.c58 .tag = SOF_TAG,
/sof-3.4.0/src/platform/mt8188/
Dplatform.c55 .tag = SOF_TAG,
/sof-3.4.0/src/platform/mt8186/
Dplatform.c55 .tag = SOF_TAG,
/sof-3.4.0/src/platform/amd/renoir/
Dplatform.c59 .tag = SOF_TAG,
/sof-3.4.0/src/platform/imx8/
Dplatform.c62 .tag = SOF_TAG,
/sof-3.4.0/src/platform/imx8m/
Dplatform.c61 .tag = SOF_TAG,
/sof-3.4.0/src/platform/mt8195/
Dplatform.c55 .tag = SOF_TAG,
/sof-3.4.0/src/probe/
Dprobe.c74 uint32_t stream_tag; /**< DMA stream tag */
453 * \param[in] stream_tag DMA stream tag.
1159 tr_err(&pr_tr, "probe_point_add(): No DMA with stream tag %u found for injection.", in probe_point_add()
1183 /* ignore probe stream tag for extraction probes */ in probe_point_add()

12