Lines Matching refs:guest
623 #define cpu_guest_has_conf1 (cpu_data[0].guest.conf & (1 << 1))
626 #define cpu_guest_has_conf2 (cpu_data[0].guest.conf & (1 << 2))
629 #define cpu_guest_has_conf3 (cpu_data[0].guest.conf & (1 << 3))
632 #define cpu_guest_has_conf4 (cpu_data[0].guest.conf & (1 << 4))
635 #define cpu_guest_has_conf5 (cpu_data[0].guest.conf & (1 << 5))
638 #define cpu_guest_has_conf6 (cpu_data[0].guest.conf & (1 << 6))
641 #define cpu_guest_has_conf7 (cpu_data[0].guest.conf & (1 << 7))
644 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
647 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
650 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
653 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
656 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
659 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
662 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
665 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
668 #define cpu_guest_has_msa (cpu_data[0].guest.ases & MIPS_ASE_MSA)
671 #define cpu_guest_has_kscr(n) (cpu_data[0].guest.kscratch_mask & (1u << (n)))
674 #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB))
677 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
680 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
683 #define cpu_guest_has_userlocal (cpu_data[0].guest.options & MIPS_CPU_ULRI)
690 #define cpu_guest_has_dyn_fpu (cpu_data[0].guest.options_dyn & MIPS_CPU_FPU)
693 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
696 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
699 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
702 #define cpu_guest_has_dyn_msa (cpu_data[0].guest.ases_dyn & MIPS_ASE_MSA)
705 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)