Searched full:tag (Results 1 – 25 of 29) sorted by relevance
12
/sof-2.7.6/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-2.7.6/.github/workflows/ |
D | pull-request.yml | 65 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
|
D | installer.yml | 23 # 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
|
D | zephyr.yml | 15 # From time to time this will catch a git tag and change SOF_VERSION
|
D | tools.yml | 21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
|
/sof-2.7.6/src/include/ipc/ |
D | probe.h | 103 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.
|
D | info.h | 56 uint8_t tag[6]; member
|
/sof-2.7.6/ |
D | .travis.yml | 37 docker pull thesofproject/sof && docker tag thesofproject/sof sof 67 docker tag thesofproject/sofqemu sofqemu
|
/sof-2.7.6/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
|
D | cache_asm.S | 79 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/ |
D | ext_manifest.c | 37 .tag = SOF_TAG,
|
/sof-2.7.6/src/platform/amd/renoir/ |
D | platform.c | 58 .tag = SOF_TAG,
|
/sof-2.7.6/src/platform/imx8m/ |
D | platform.c | 61 .tag = SOF_TAG,
|
/sof-2.7.6/src/platform/imx8ulp/ |
D | platform.c | 58 .tag = SOF_TAG,
|
/sof-2.7.6/src/platform/imx8/ |
D | platform.c | 62 .tag = SOF_TAG,
|
/sof-2.7.6/tools/fuzzer/platform/ |
D | byt-host.c | 496 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()
|
D | hsw-host.c | 526 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()
|
D | imx8-host.c | 542 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/ |
D | platform.c | 63 .tag = SOF_TAG,
|
/sof-2.7.6/src/probe/ |
D | probe.c | 56 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/ |
D | dma-trace.c | 383 "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/ |
D | platform.c | 77 .tag = SOF_TAG,
|
/sof-2.7.6/src/arch/xtensa/include/xtensa/ |
D | xdm-regs.h | 139 #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/ |
D | platform.c | 73 .tag = SOF_TAG,
|
/sof-2.7.6/tools/ctl/ |
D | ctl.c | 263 * words header with tag (SOF_CTRL_CMD_BINARY) and size in bytes. in buffer_alloc()
|
12