Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
14 #if GCC_VERSION < 40900
108 #if GCC_VERSION >= 70000
110 #elif GCC_VERSION >= 50000
112 #elif GCC_VERSION >= 40902
134 #if GCC_VERSION >= 50100
154 #if GCC_VERSION >= 80000
/Linux-v5.10/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.10/arch/powerpc/include/asm/
Dasm-const.h21 #if defined(GCC_VERSION) && GCC_VERSION < 50000
/Linux-v5.10/tools/testing/selftests/powerpc/primitives/asm/
Dasm-const.h21 #if defined(GCC_VERSION) && GCC_VERSION < 50000
/Linux-v5.10/lib/zstd/
Dzstd_internal.h147 #if defined(GCC_VERSION) && GCC_VERSION >= 70000 && GCC_VERSION < 70200 in ZSTD_wildcopy()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_utils.h85 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/Linux-v5.10/tools/bpf/bpftool/
Dmain.h8 #undef GCC_VERSION
/Linux-v5.10/lib/
DKconfig.kasan19 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
/Linux-v5.10/arch/riscv/
DKconfig220 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000
/Linux-v5.10/mm/
Dksm.c658 #if defined(GCC_VERSION) && GCC_VERSION >= 40903 in remove_node_from_stable_tree()
/Linux-v5.10/arch/arm64/
DKconfig77 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && (GCC_VERSION >= 50000 || CC_IS_CLANG)
1502 depends on LD_IS_LLD || LD_VERSION >= 233010000 || (CC_IS_GCC && GCC_VERSION < 90100)
1624 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/Linux-v5.10/arch/powerpc/
DKconfig209 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/Linux-v5.10/init/
DKconfig31 config GCC_VERSION config