Home
last modified time | relevance | path

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

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