Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dcpu-features.h553 # define cpu_has_badinstrp __isa_ge_or_opt(6, MIPS_CPU_BADINSTRP)
685 #define cpu_guest_has_badinstrp (cpu_data[0].guest.options & MIPS_CPU_BADINSTRP)
A Dcpu.h410 #define MIPS_CPU_BADINSTRP BIT_ULL(45) /* CPU has BadInstrP register */ macro
/linux/arch/mips/kernel/
A Dcpu-probe.c541 c->options |= MIPS_CPU_BADINSTRP; in decode_config3()
901 c->guest.options |= MIPS_CPU_BADINSTRP; in decode_guest_config3()

Completed in 9 milliseconds