Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu.h391 #define MIPS_CPU_TLBINV BIT_ULL(25) /* CPU supports TLBINV/F */ macro
H A Dcpu-features.h81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcpu.h384 #define MIPS_CPU_TLBINV BIT_ULL(25) /* CPU supports TLBINV/F */ macro
H A Dcpu-features.h81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c567 c->options |= MIPS_CPU_TLBINV; in decode_config4()
1763 * using these two features, enable MIPS_CPU_TLBINV as well. in cpu_probe_loongson()
1768 c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE; in cpu_probe_loongson()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c568 c->options |= MIPS_CPU_TLBINV; in decode_config4()
1719 * using these two features, enable MIPS_CPU_TLBINV as well. in cpu_probe_loongson()
1724 c->options |= MIPS_CPU_FTLB | MIPS_CPU_TLBINV | MIPS_CPU_LDPTE; in cpu_probe_loongson()

Completed in 10 milliseconds