Home
last modified time | relevance | path

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

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