Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c232 hflags |= immu_idx << HFLAGS_IMMU_IDX; in hreg_compute_hflags_value()
H A Dcpu.h815 HFLAGS_IMMU_IDX = 26, /* 26..28 -- the composite immu_idx */ enumerator
1671 return (env->hflags >> (ifetch ? HFLAGS_IMMU_IDX : HFLAGS_DMMU_IDX)) & 7; in ppc_env_mmu_index()