Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h40 #define cpu_has_drg 0 macro
/linux-6.1.9/arch/mips/include/asm/
Dcpu-features.h189 #ifndef cpu_has_drg
190 #define cpu_has_drg __opt(MIPS_CPU_DRG) macro
/linux-6.1.9/arch/mips/kernel/
Dproc.c210 if (cpu_has_drg) in show_cpuinfo()