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

/linux-master/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-master/arch/mips/kernel/
H A Dcpu-probe.c530 c->options |= MIPS_CPU_ULRI;
892 c->guest.options |= MIPS_CPU_ULRI;
1599 c->options |= MIPS_CPU_ULRI | MIPS_CPU_RIXI;

Completed in 99 milliseconds