Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
13 #if GCC_VERSION < 40600
143 #if GCC_VERSION >= 40900 && !defined(__CHECKER__)
177 #if GCC_VERSION >= 40800
182 #if GCC_VERSION >= 70000
184 #elif GCC_VERSION >= 50000
186 #elif GCC_VERSION >= 40902
190 #if GCC_VERSION >= 40902
199 #if GCC_VERSION >= 50100
232 #if GCC_VERSION >= 80000
/Linux-v4.19/tools/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
13 #if GCC_VERSION >= 70000 && !defined(__CHECKER__)
17 #if GCC_VERSION >= 40300
40 #if GCC_VERSION >= 50100
/Linux-v4.19/arch/arm/kernel/
Dasm-offsets.c45 #if defined(GCC_VERSION) && GCC_VERSION >= 40800 && GCC_VERSION < 40803
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_utils.h46 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/Linux-v4.19/tools/bpf/bpftool/
Dmain.h38 #undef GCC_VERSION
/Linux-v4.19/kernel/gcov/
DKconfig65 depends on CC_IS_GCC && GCC_VERSION < 40700
/Linux-v4.19/mm/
Dmigrate.c1138 defined(GCC_VERSION) && GCC_VERSION < 40900 && GCC_VERSION >= 40700
Dksm.c657 #if defined(GCC_VERSION) && GCC_VERSION >= 40903 in remove_node_from_stable_tree()
/Linux-v4.19/fs/ext4/
Dext4.h50 #if defined(GCC_VERSION) && (GCC_VERSION >= 80000)
/Linux-v4.19/arch/powerpc/
DKconfig193 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/Linux-v4.19/arch/arm64/
DKconfig61 select ARCH_SUPPORTS_INT128 if GCC_VERSION >= 50000 || CC_IS_CLANG
/Linux-v4.19/init/
DKconfig14 config GCC_VERSION config