Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompiler-gcc.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
127 #if GCC_VERSION < 30200
131 #if GCC_VERSION < 30300
138 # if GCC_VERSION < 30400
143 #if GCC_VERSION >= 30400
147 #if GCC_VERSION >= 40000
151 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
160 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600
164 #if GCC_VERSION >= 40300
189 #if GCC_VERSION >= 40500
[all …]
/linux-4.4.14/arch/arm/kernel/
Dasm-offsets.c53 #if GCC_VERSION >= 40800 && GCC_VERSION < 40803
/linux-4.4.14/mm/
Dmigrate.c917 #if (GCC_VERSION >= 40700 && GCC_VERSION < 40900) && defined(CONFIG_ARM)