Home
last modified time | relevance | path

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

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