Home | History | Annotate | Download | only in qemu

Lines Matching refs:cflags

903                               int flags, int cflags)
924 tb->cflags = cflags;
1002 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1110 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1206 tb->cflags = 0;
3840 uint32_t n, cflags;
3878 cflags = n | CF_LAST_IO;
3885 tb_gen_code(env, pc, cs_base, flags, cflags);