Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c147 hflags |= 1 << HFLAGS_SE; in hreg_compute_hflags_value()
158 QEMU_BUILD_BUG_ON(MSR_SE != HFLAGS_SE); in hreg_compute_hflags_value()
H A Dcpu.h803 HFLAGS_SE = 10, /* MSR_SE -- from elsewhere on embedded ppc */ enumerator
H A Dtranslate.c6520 if ((hflags >> HFLAGS_SE) & 1) { in ppc_tr_init_disas_context()