Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c178 hflags |= 1 << HFLAGS_TM; in hreg_compute_hflags_value()
H A Dcpu.h800 HFLAGS_TM = 8, /* computed from MSR_TM */ enumerator
H A Dtranslate.c6500 ctx->tm_enabled = (hflags >> HFLAGS_TM) & 1; in ppc_tr_init_disas_context()