Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dcpu.h736 #define TB_FLAG_MMU_MASK 7 macro
H A Dtranslate.c5680 dc->mem_idx = dc->base.tb->flags & TB_FLAG_MMU_MASK; in TRANS()