Lines Matching refs:options
19 #define __opt(opt) (cpu_data[0].options & (opt))
149 # define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
150 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
663 #define cpu_guest_has_fpu (cpu_data[0].guest.options & MIPS_CPU_FPU)
666 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
669 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC)
672 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
675 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
678 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
681 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
684 #define cpu_guest_has_mvh (cpu_data[0].guest.options & MIPS_CPU_MVH)
693 #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB))
696 #define cpu_guest_has_perf (cpu_data[0].guest.options & MIPS_CPU_PERF)
699 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
702 #define cpu_guest_has_userlocal (cpu_data[0].guest.options & MIPS_CPU_ULRI)