Searched refs:MSR_HV (Results 1 – 6 of 6) sorted by relevance
33 (1ull << MSR_HV) | \
70 hv = !!(env->msr & (1ull << MSR_HV)); in hreg_check_bhrb_enable()191 if (!env->has_hv_mode || (msr & (1ull << MSR_HV))) { in hreg_compute_hflags_value()230 dmmu_idx |= msr & (1ull << MSR_HV) ? 4 : 0; in hreg_compute_hflags_value()
331 !(env->msr & ((target_ulong)1 << MSR_HV))); in ppc_cpu_debug_check_breakpoint()334 (env->msr & ((target_ulong)1 << MSR_HV))); in ppc_cpu_debug_check_breakpoint()369 } else if ((env->msr & ((target_ulong)1 << MSR_HV)) && !hv) { in ppc_cpu_debug_check_watchpoint()
430 #define MSR_HV PPC_BIT_NR(3) /* hypervisor state hflags */ macro475 FIELD(MSR, HV, MSR_HV, 1)653 #define MSR_HVB (1ULL << MSR_HV)
4230 (1ULL << MSR_HV)); in gen_mtmsrd()
6378 (1ull << MSR_HV) | in POWERPC_FAMILY()