Lines Matching refs:guest
587 #define cpu_guest_has_conf1 (cpu_data[0].guest.conf & (1 << 1))
590 #define cpu_guest_has_conf2 (cpu_data[0].guest.conf & (1 << 2))
593 #define cpu_guest_has_conf3 (cpu_data[0].guest.conf & (1 << 3))
596 #define cpu_guest_has_conf4 (cpu_data[0].guest.conf & (1 << 4))
599 #define cpu_guest_has_conf5 (cpu_data[0].guest.conf & (1 << 5))
602 #define cpu_guest_has_conf6 (cpu_data[0].guest.conf & (1 << 6))
605 #define cpu_guest_has_conf7 (cpu_data[0].guest.conf & (1 << 7))
608 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
611 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
614 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
617 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
620 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
623 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
626 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
629 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
632 #define cpu_guest_has_msa (cpu_data[0].guest.ases & MIPS_ASE_MSA)
635 #define cpu_guest_has_kscr(n) (cpu_data[0].guest.kscratch_mask & (1u << (n)))
638 #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB))
641 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
644 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
647 #define cpu_guest_has_userlocal (cpu_data[0].guest.options & MIPS_CPU_ULRI)
654 #define cpu_guest_has_dyn_fpu (cpu_data[0].guest.options_dyn & MIPS_CPU_FPU)
657 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
660 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)
663 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)
666 #define cpu_guest_has_dyn_msa (cpu_data[0].guest.ases_dyn & MIPS_ASE_MSA)
669 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)