Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dcpu-features.h549 # define cpu_has_badinstr __isa_ge_or_opt(6, MIPS_CPU_BADINSTR)
682 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
A Dcpu.h409 #define MIPS_CPU_BADINSTR BIT_ULL(44) /* CPU has BadInstr register */ macro
/linux/arch/mips/kernel/
A Dcpu-probe.c539 c->options |= MIPS_CPU_BADINSTR; in decode_config3()
899 c->guest.options |= MIPS_CPU_BADINSTR; in decode_guest_config3()

Completed in 9 milliseconds