Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/linux/
Dcompiler-gcc.h9 #ifndef GCC_VERSION
10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
15 #if GCC_VERSION >= 70000 && !defined(__CHECKER__)
/Linux-v5.15/include/linux/
Dcompiler-gcc.h9 #define GCC_VERSION (__GNUC__ * 10000 \ macro
96 #if GCC_VERSION >= 70000
142 #if GCC_VERSION >= 80000
/Linux-v5.15/lib/zstd/
Dzstd_internal.h147 #if defined(GCC_VERSION) && GCC_VERSION >= 70000 && GCC_VERSION < 70200 in ZSTD_wildcopy()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_utils.h85 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
/Linux-v5.15/tools/bpf/bpftool/
Dmain.h8 #undef GCC_VERSION
/Linux-v5.15/lib/
DKconfig.kasan32 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
/Linux-v5.15/arch/arm64/
DKconfig1499 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1604 depends on !CC_IS_GCC || GCC_VERSION >= 100100
/Linux-v5.15/arch/powerpc/
DKconfig214 select HAVE_GCC_PLUGINS if GCC_VERSION >= 50200 # plugin support on gcc <= 5.1 is buggy on PPC
/Linux-v5.15/init/
DKconfig22 config GCC_VERSION config