Home
last modified time | relevance | path

Searched refs:MIPS_CPU_BADINSTR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu-features.h568 # define cpu_has_badinstr __isa_ge_or_opt(6, MIPS_CPU_BADINSTR)
701 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
H A Dcpu.h409 #define MIPS_CPU_BADINSTR BIT_ULL(44) /* CPU has BadInstr register */ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcpu-features.h566 # define cpu_has_badinstr __isa_ge_or_opt(6, MIPS_CPU_BADINSTR)
699 #define cpu_guest_has_badinstr (cpu_data[0].guest.options & MIPS_CPU_BADINSTR)
H A Dcpu.h402 #define MIPS_CPU_BADINSTR BIT_ULL(44) /* CPU has BadInstr register */ macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c538 c->options |= MIPS_CPU_BADINSTR; in decode_config3()
898 c->guest.options |= MIPS_CPU_BADINSTR; in decode_guest_config3()
/kernel/linux/linux-6.6/arch/mips/kernel/
H 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