Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h746 #define TB_FLAG_HYPER (1 << 7) macro
765 flags |= TB_FLAG_HYPER; in cpu_get_tb_cpu_state()
H A Dtranslate.c5658 dc->hypervisor = (dc->base.tb->flags & TB_FLAG_HYPER) != 0; in TRANS()