Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h40 #define cpu_has_drg 0 macro
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h206 #ifndef cpu_has_drg
207 #define cpu_has_drg __opt(MIPS_CPU_DRG) macro
/openbmc/linux/arch/mips/kernel/
H A Dproc.c210 if (cpu_has_drg) in show_cpuinfo()