Searched refs:CF_MEMI_ONLY (Results 1 – 3 of 3) sorted by relevance
74 #define CF_MEMI_ONLY 0x00001000 /* Only instrument memory ops */ macro
634 cpu->cflags_next_tb = curr_cflags(cpu) | CF_MEMI_ONLY | n; in cpu_io_recompile()
95 return tb_cflags(tcg_ctx->gen_tb) & CF_MEMI_ONLY; in tb_is_mem_only()