Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h485 # define cpu_has_badinstrp (cpu_data[0].options & MIPS_CPU_BADINSTRP)
577 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
Dcpu.h408 #define MIPS_CPU_BADINSTRP MBIT_ULL(45) /* CPU has BadInstrP register */ macro
/arch/mips/kernel/
Dcpu-probe.c731 c->options |= MIPS_CPU_BADINSTRP; in decode_config3()
1035 c->guest.options |= MIPS_CPU_BADINSTRP; in decode_guest_config3()