Searched refs:options_dyn (Results 1 – 3 of 3) sorted by relevance
736 #define cpu_guest_has_dyn_fpu (cpu_data[0].guest.options_dyn & MIPS_CPU_FPU)739 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)742 #define cpu_guest_has_dyn_contextconfig (cpu_data[0].guest.options_dyn & MIPS_CPU_CTXTC)745 #define cpu_guest_has_dyn_perf (cpu_data[0].guest.options_dyn & MIPS_CPU_PERF)751 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
36 unsigned long long options_dyn; member
849 c->guest.options_dyn |= MIPS_CPU_FPU; in decode_guest_config1()854 c->guest.options_dyn |= MIPS_CPU_WATCH; in decode_guest_config1()859 c->guest.options_dyn |= MIPS_CPU_PERF; in decode_guest_config1()888 c->guest.options_dyn |= MIPS_CPU_CTXTC; in decode_guest_config3()939 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()
Completed in 9 milliseconds