Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h74 #define CF_MEMI_ONLY 0x00001000 /* Only instrument memory ops */ macro
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c634 cpu->cflags_next_tb = curr_cflags(cpu) | CF_MEMI_ONLY | n; in cpu_io_recompile()
/openbmc/qemu/plugins/
H A Dapi.c95 return tb_cflags(tcg_ctx->gen_tb) & CF_MEMI_ONLY; in tb_is_mem_only()