Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c189 hflags |= 1 << HFLAGS_HV; in hreg_compute_hflags_value()
H A Dcpu.h794 HFLAGS_HV = 1, /* computed from MSR_HV and other state */ enumerator
H A Dtranslate.c6480 ctx->hv = (hflags >> HFLAGS_HV) & 1; in ppc_tr_init_disas_context()