Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dcpu.h723 #define TB_FLAG_SUPER (1 << 6) macro
736 flags |= TB_FLAG_SUPER; in cpu_get_tb_cpu_state()
H A Dtranslate.c5598 dc->supervisor = (dc->base.tb->flags & TB_FLAG_SUPER) != 0; in TRANS()