Searched full:tag (Results 1 – 25 of 39) sorted by relevance
12
/sof-3.4.0/zephyr/ |
D | docker-run.sh | 17 # "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/ |
D | memerror-vector.S | 35 * _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/ |
D | probe.h | 38 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/ |
D | probe.h | 77 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/ |
D | pull-request.yml | 113 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
|
D | installer.yml | 32 # 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
|
D | repro-build.yml | 26 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
D | tools.yml | 21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
D | sparse-zephyr.yml | 54 # 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/ |
D | processing_module_prerequisites.h | 22 /*! \brief enumeration tag for 4-bytes aligned buffer */ 24 /*! \brief enumeration tag for 8-bytes aligned buffer */
|
/sof-3.4.0/ |
D | .travis.yml | 37 docker pull thesofproject/sof && docker tag thesofproject/sof sof 67 docker tag thesofproject/sofqemu sofqemu
|
/sof-3.4.0/src/arch/xtensa/hal/ |
D | mem_ecc_parity.S | 88 // 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/ |
D | zephyr-override-template.yml | 8 # where 'zephyr_version_to_test' is a fetchable git version (branch, tag,
|
/sof-3.4.0/src/init/ |
D | ext_manifest.c | 37 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/intel/ace/ |
D | platform.c | 52 .tag = SOF_TAG,
|
/sof-3.4.0/src/include/ipc/ |
D | info.h | 56 uint8_t tag[6]; member
|
/sof-3.4.0/src/platform/imx8ulp/ |
D | platform.c | 58 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/amd/rembrandt/ |
D | platform.c | 58 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/mt8188/ |
D | platform.c | 55 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/mt8186/ |
D | platform.c | 55 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/amd/renoir/ |
D | platform.c | 59 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/imx8/ |
D | platform.c | 62 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/imx8m/ |
D | platform.c | 61 .tag = SOF_TAG,
|
/sof-3.4.0/src/platform/mt8195/ |
D | platform.c | 55 .tag = SOF_TAG,
|
/sof-3.4.0/src/probe/ |
D | probe.c | 74 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