Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c181 hflags |= 1 << HFLAGS_GTSE; in hreg_compute_hflags_value()
H A Dcpu.h797 HFLAGS_GTSE = 3, /* computed from SPR_LPCR[GTSE] */ enumerator
H A Dtranslate.c6510 ctx->gtse = (hflags >> HFLAGS_GTSE) & 1; in ppc_tr_init_disas_context()