Home
last modified time | relevance | path

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

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