Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h471 # define cpu_has_badinstr (cpu_data[0].options & MIPS_CPU_BADINSTR)
523 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
Dcpu.h409 #define MIPS_CPU_BADINSTR MBIT_ULL(44) /* CPU has BadInstr register */ macro
/arch/mips/kernel/
Dcpu-probe.c725 c->options |= MIPS_CPU_BADINSTR; in decode_config3()
1020 c->guest.options |= MIPS_CPU_BADINSTR; in decode_guest_config3()