Searched refs:MIPS_CPU_BADINSTR (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h566 # define cpu_has_badinstr __isa_ge_or_opt(6, MIPS_CPU_BADINSTR)
699 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
H A Dcpu.h402 #define MIPS_CPU_BADINSTR BIT_ULL(44) /* CPU has BadInstr register */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c538 c->options |= MIPS_CPU_BADINSTR;
898 c->guest.options |= MIPS_CPU_BADINSTR;

Completed in 160 milliseconds