Home
last modified time | relevance | path

Searched refs:mem_coherent (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-xdma.c239 dma_addr_t mem_coherent; member
880 ctx->mem_coherent); in aspeed_xdma_kobject_release()
1019 &ctx->mem_coherent, 0); in aspeed_xdma_probe()
1120 ctx->mem_coherent); in aspeed_xdma_probe()
/openbmc/qemu/tcg/
H A Dtcg.c4263 if (!temp_readonly(ts) && !ts->mem_coherent) { in temp_sync()
4293 ts->mem_coherent = 1; in temp_sync()
4461 ts->mem_coherent = 0; in temp_load()
4467 ts->mem_coherent = 1; in temp_load()
4508 || ts->mem_coherent); in sync_globals()
4559 tcg_debug_assert(ts->val_type != TEMP_VAL_REG || ts->mem_coherent); in tcg_reg_alloc_cbranch()
4583 ots->mem_coherent = 0; in tcg_reg_alloc_do_movi()
4679 ots->mem_coherent = 1; in tcg_reg_alloc_mov()
4684 ots->mem_coherent = 0; in tcg_reg_alloc_mov()
4754 if (!its->mem_coherent) { in tcg_reg_alloc_dup()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg.h386 unsigned int mem_coherent:1; member