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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h570 # define cpu_has_badinstrp __isa_ge_or_opt(6, MIPS_CPU_BADINSTRP)
702 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
H A Dcpu.h403 #define MIPS_CPU_BADINSTRP BIT_ULL(45) /* CPU has BadInstrP register */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c540 c->options |= MIPS_CPU_BADINSTRP;
900 c->guest.options |= MIPS_CPU_BADINSTRP;

Completed in 170 milliseconds