Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h778 #define TB_FLAG_ASI_SHIFT 24 macro
804 flags |= env->asi << TB_FLAG_ASI_SHIFT; in cpu_get_tb_cpu_state()
H A Dtranslate.c5171 dc->asi = (dc->base.tb->flags >> TB_FLAG_ASI_SHIFT) & 0xff; in TRANS()