Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
13 #if GCC_VERSION < 40600
129 #if GCC_VERSION >= 40800
134 #if GCC_VERSION >= 70000
136 #elif GCC_VERSION >= 50000
138 #elif GCC_VERSION >= 40902
148 #if GCC_VERSION >= 50100
168 #if GCC_VERSION >= 80000
/Linux-v5.4/tools/include/linux/
Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
15 #if GCC_VERSION >= 70000 && !defined(__CHECKER__)
19 #if GCC_VERSION >= 40300
42 #if GCC_VERSION >= 50100
/Linux-v5.4/arch/arm/kernel/
Dasm-offsets.c42 #if defined(GCC_VERSION) && GCC_VERSION >= 40800 && GCC_VERSION < 40803
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_utils.h82 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/Linux-v5.4/kernel/gcov/
DKconfig67 depends on GCC_VERSION < 40700
/Linux-v5.4/tools/bpf/bpftool/
Dmain.h8 #undef GCC_VERSION
/Linux-v5.4/arch/riscv/
DKconfig167 select ARCH_SUPPORTS_INT128 if GCC_VERSION >= 50000
/Linux-v5.4/mm/
Dmigrate.c1154 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-v5.4/init/
DKconfig15 config GCC_VERSION config
47 default CC_IS_GCC && GCC_VERSION < 40900 # unreliable for GCC < 4.9
1276 depends on !(FUNCTION_TRACER && CC_IS_GCC && GCC_VERSION < 40800)
/Linux-v5.4/arch/powerpc/
DKconfig199 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/Linux-v5.4/arch/arm64/
DKconfig70 select ARCH_SUPPORTS_INT128 if GCC_VERSION >= 50000 || CC_IS_CLANG