Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c187 immu_idx |= msr & (1 << MSR_IS) ? 2 : 0; in hreg_compute_hflags_value()
H A Dcpu.h457 #define MSR_IS PPC_BIT_NR(58) /* Instruction address space (BookE) */ macro
508 FIELD(MSR, IS, MSR_IS, 1)
H A Dcpu_init.c3234 (1ull << MSR_IS) | in POWERPC_FAMILY()