Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompiler-gcc.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
120 #if GCC_VERSION < 30200
124 #if GCC_VERSION < 30300
131 # if GCC_VERSION < 30400
136 #if GCC_VERSION >= 30400
140 #if GCC_VERSION >= 40000
144 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
153 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600
157 #if GCC_VERSION >= 40300
182 #if GCC_VERSION >= 40500
[all …]
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c53 #if GCC_VERSION >= 40800 && GCC_VERSION < 40803
/linux-4.1.27/mm/
Dmigrate.c908 #if (GCC_VERSION >= 40700 && GCC_VERSION < 40900) && defined(CONFIG_ARM)