Home
last modified time | relevance | path

Searched refs:TB_FLAGS_R0_0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dcpu.h340 #define TB_FLAGS_R0_0 4 /* reuse SR_IEE */ macro
358 | (cpu_get_gpr(env, 0) ? 0 : TB_FLAGS_R0_0) in cpu_get_tb_cpu_state()
H A Dtranslate.c1548 if (dc->tb_flags & TB_FLAGS_R0_0) { in openrisc_tr_tb_start()