Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h451 #define cpu_has_userlocal __isa_ge_or_opt(6, MIPS_CPU_ULRI)
729 #define cpu_guest_has_userlocal (cpu_data[0].guest.options & MIPS_CPU_ULRI)
H A Dcpu.h380 #define MIPS_CPU_ULRI BIT_ULL(21) /* CPU has ULRI feature */ macro
/linux/arch/mips/kernel/
H A Dcpu-probe.c530 c->options |= MIPS_CPU_ULRI; in decode_config3()
892 c->guest.options |= MIPS_CPU_ULRI; in decode_guest_config3()
1599 c->options |= MIPS_CPU_ULRI | MIPS_CPU_RIXI; in cpu_probe_broadcom()