Searched refs:compiler (Results 1 - 200 of 1086) sorted by relevance

123456

/linux-4.1.27/include/linux/
H A Dcompiler-clang.h2 #error "Please don't include <linux/compiler-clang.h> directly, include <linux/compiler.h> instead."
5 /* Some compiler specific definitions are overwritten here
6 * for Clang compiler
H A Dcompiler-intel.h2 #error "Please don't include <linux/compiler-intel.h> directly, include <linux/compiler.h> instead."
7 /* Some compiler specific definitions are overwritten here
8 * for Intel ECC compiler
13 /* Intel ECC compiler doesn't support gcc specific asm stmts.
30 * Given that this compiler does not have inline assembly, a compiler barrier
35 /* Intel ECC compiler doesn't support __builtin_types_compatible_p() */
H A Dgcd.h4 #include <linux/compiler.h>
H A Dstackprotector.h4 #include <linux/compiler.h>
H A Dglob.h5 #include <linux/compiler.h> /* For __pure */
H A Dlcm.h4 #include <linux/compiler.h>
H A Dbcd.h4 #include <linux/compiler.h>
H A Dserial.h31 #include <linux/compiler.h>
H A Dtrace_clock.h12 #include <linux/compiler.h>
H A Dcompiler.h54 #include <linux/compiler-gcc.h>
63 /* Intel compiler defines __GNUC__. So we will overwrite implementations
67 # include <linux/compiler-intel.h>
70 /* Clang compiler defines __GNUC__. So we will overwrite implementations
74 #include <linux/compiler-clang.h>
78 * Generic compiler-dependent macros required for kernel
79 * build go below this comment. Actual compiler/compiler version
228 * Prevent the compiler from merging or refetching reads or writes. The
229 * compiler is also forbidden from reordering successive instances of
231 * compiler is aware of some particular ordering. One way to make the
232 * compiler aware of ordering is to put the two invocations of READ_ONCE,
243 * and (2) Ensuring that the compiler does not fold, spindle, or otherwise
300 * compiler in gcc 3.3, we must define __used to be __attribute__((used))
356 * Tell gcc if a function is cold. The compiler will assume any path
426 * compiler has support to do so.
436 * Prevent the compiler from merging or refetching accesses. The compiler
438 * but only when the compiler is aware of some particular ordering. One way
439 * to make the compiler aware of ordering is to put the two invocations of
448 * and (2) Ensuring that the compiler does not fold, spindle, or otherwise
H A Dbug.h5 #include <linux/compiler.h>
37 * BUILD_BUG_ON_INVALID() permits the compiler to check the validity of the
46 * @condition: the condition which the compiler should know is false.
54 * @condition: the condition which the compiler should know is false.
80 * If you have some code that you expect the compiler to eliminate at
H A Dlinkage.h4 #include <linux/compiler.h>
52 * untouched by the compiler by keeping them live until the end.
60 * protection to work (ie no more work that the compiler might
H A Dlatencytop.h12 #include <linux/compiler.h>
H A Dcompiler-gcc.h2 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
22 * access any memory it wants, the compiler could have fit all of
26 * the compiler that the inline asm absolutely may see the contents
44 * Versions of the ppc64 compiler before 4.1 had a bug where use of
121 # error Sorry, your compiler is too old - please upgrade it.
211 * Work it around via a compiler barrier quirk suggested by Jakub Jelinek.
H A Dahci_platform.h18 #include <linux/compiler.h>
H A Dspinlock_up.h20 * the compiler barriers, because we do not want the compiler to
H A Dprojid.h10 * can be different. Using the type system makes it possible for the compiler
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Ddebug_locks.h5 #include <linux/compiler.h>
/linux-4.1.27/arch/alpha/include/asm/
H A Dcompiler.h4 #include <uapi/asm/compiler.h>
6 /* Some idiots over in <linux/compiler.h> thought inline should imply
10 #include <linux/compiler.h>
H A Dword-at-a-time.h4 #include <asm/compiler.h>
H A Dbarrier.h4 #include <asm/compiler.h>
23 * and the compiler.
/linux-4.1.27/arch/x86/include/asm/
H A Dtrace_clock.h4 #include <linux/compiler.h>
H A Dcurrent.h4 #include <linux/compiler.h>
H A Ddmi.h4 #include <linux/compiler.h>
H A Dsighandling.h4 #include <linux/compiler.h>
H A Dkasan.h7 * for kernel really starts from compiler's shadow offset +
H A Dsyscalls.h13 #include <linux/compiler.h>
H A Darch_hweight.h22 * compiler switches.
H A Dlinkage.h13 * Make sure the compiler doesn't do anything stupid with the
H A Dsys_ia32.h15 #include <linux/compiler.h>
H A Dvgtod.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/sparc/include/asm/
H A Dpercpu_64.h4 #include <linux/compiler.h>
H A Dbug.h5 #include <linux/compiler.h>
H A Dbitops_64.h14 #include <linux/compiler.h>
/linux-4.1.27/arch/sh/include/asm/
H A Dsyscalls_64.h6 #include <linux/compiler.h>
H A Dtraps.h4 #include <linux/compiler.h>
H A Dbugs.h62 * default:, so we're able to have the compiler whine check_bugs()
H A Dsyscalls_32.h6 #include <linux/compiler.h>
H A Datomic.h10 #include <linux/compiler.h>
H A Dcmpxchg.h9 #include <linux/compiler.h>
/linux-4.1.27/arch/arm/include/asm/
H A Didmap.h4 #include <linux/compiler.h>
H A Dcompiler.h5 * This is used to ensure the compiler did actually allocate the register we
7 * the compiler from one version to another so a bit of paranoia won't hurt.
H A Dsystem_misc.h6 #include <linux/compiler.h>
H A Dtcm.h17 #include <linux/compiler.h>
H A DbL_switcher.h15 #include <linux/compiler.h>
H A Dpgtable-2level-types.h49 * .. while these make it easier on the compiler
/linux-4.1.27/lib/
H A Dinterval_tree.c3 #include <linux/compiler.h>
H A Dlcm.c1 #include <linux/compiler.h>
H A Drational.c10 #include <linux/compiler.h>
/linux-4.1.27/arch/metag/include/asm/
H A Dglobal_lock.h11 * all triggers so we cannot be interrupted, and to enforce a compiler barrier
12 * so that the compiler cannot reorder memory accesses across the lock.
36 * compiler barrier so that the compiler cannot reorder memory accesses across
57 * the atomic lock (system event) and to enforce a compiler barrier so that the
58 * compiler cannot reorder memory accesses across the lock.
82 * (system event), re-enable triggers, and to enforce a compiler barrier so that
83 * the compiler cannot reorder memory accesses across the unlock.
H A Datomic.h4 #include <linux/compiler.h>
H A Dsyscalls.h4 #include <linux/compiler.h>
H A Dptrace.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dswab.h5 #include <linux/compiler.h>
H A Dptrace.h4 #include <linux/compiler.h> /* For __user */
/linux-4.1.27/arch/metag/include/uapi/asm/
H A Dswab.h4 #include <linux/compiler.h>
/linux-4.1.27/include/uapi/asm-generic/
H A Dbitsperlong.h9 * to decide it, but rather check a compiler provided macro.
H A Dswab.h9 * valid if the compiler supports 64 bit data types.
H A Dsignal-defs.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/powerpc/include/asm/
H A Dide.h9 #include <linux/compiler.h>
H A Dsyscalls.h5 #include <linux/compiler.h>
H A Dunistd.h23 #include <linux/compiler.h>
H A Dudbg.h14 #include <linux/compiler.h>
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dswab.h12 #include <linux/compiler.h>
/linux-4.1.27/arch/avr32/include/asm/
H A Dsyscalls.h13 #include <linux/compiler.h>
H A Dirqflags.h23 * The empty asm statement informs the compiler of this fact while
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dswab.h11 #include <linux/compiler.h>
H A Dia64regs.h13 * The "magic" numbers happen to match the values used by the Intel compiler's
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dswab.h5 #include <linux/compiler.h>
/linux-4.1.27/tools/include/asm/
H A Dbug.h4 #include <linux/compiler.h>
/linux-4.1.27/tools/lib/lockdep/
H A Dcommon.c3 #include <linux/compiler.h>
/linux-4.1.27/tools/perf/ui/
H A Dui.h6 #include <linux/compiler.h>
/linux-4.1.27/include/asm-generic/bitops/
H A Dbuiltin-ffs.h9 * the libc and compiler builtin ffs routines, therefore
H A Dffs.h9 * the libc and compiler builtin ffs routines, therefore
H A Dsched.h4 #include <linux/compiler.h> /* unlikely() */
H A Dfls64.h10 * This is defined in a similar way as the libc and compiler builtin
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dsgidefs.h14 * Using a Linux compiler for building Linux seems logic but not to
18 #error Use a Linux compiler or give up.
H A Dswab.h11 #include <linux/compiler.h>
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dswab.h18 #include <linux/compiler.h>
34 * The compiler needs a bit of a hint here to always do the __arch_swab32()
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dswab.h5 #include <linux/compiler.h>
6 #include <asm/compiler.h>
/linux-4.1.27/arch/mips/boot/compressed/
H A Ddbg.c8 #include <linux/compiler.h>
H A Dcalc_vmlinuz_load_addr.c49 * types by a MIPS compiler." -- See MIPS Run Linux (Second Edition). main()
/linux-4.1.27/arch/mips/include/asm/
H A Dbug.h4 #include <linux/compiler.h>
H A Dedac.h4 #include <asm/compiler.h>
H A Dr4k-timer.h11 #include <linux/compiler.h>
H A Dunaligned.h11 #include <linux/compiler.h>
H A Dcompat-signal.h6 #include <linux/compiler.h>
H A Dirqflags.h16 #include <linux/compiler.h>
18 #include <asm/compiler.h>
H A Di8259.h17 #include <linux/compiler.h>
/linux-4.1.27/include/uapi/linux/
H A Dhpet.h4 #include <linux/compiler.h>
H A Duio.h12 #include <linux/compiler.h>
H A Divtvfb.h24 #include <linux/compiler.h>
H A Dnetfilter.h5 #include <linux/compiler.h>
H A Dvirtio_balloon.h60 * NOTE: fields are laid out in a way that would make compiler add padding
61 * between and after fields, so we have to use compiler-specific attributes to
62 * pack it, to disable this padding. This also often causes compiler to
76 * structure boundaries at field size, avoiding compiler padding
H A Dblkpg.h27 #include <linux/compiler.h>
H A Dfilter.h8 #include <linux/compiler.h>
H A Dseccomp.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/sh/include/uapi/asm/
H A Dswab.h8 #include <linux/compiler.h>
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dswab.h8 #include <linux/compiler.h>
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dswab.h5 #include <linux/compiler.h>
H A Dbug.h31 * with the compiler (aka a bug) when compiling with -O2, which sometimes
40 /* This version will have to do for now, until the compiler is fixed.
H A Dbitops.h64 * the libc and compiler builtin ffs routines, therefore
/linux-4.1.27/arch/arc/include/asm/
H A Dsyscalls.h12 #include <linux/compiler.h>
/linux-4.1.27/tools/perf/util/
H A Dtsc.c1 #include <linux/compiler.h>
H A Dpmu.y7 #include <linux/compiler.h>
/linux-4.1.27/include/asm-generic/
H A Dsyscalls.h4 #include <linux/compiler.h>
H A Dbarrier.h20 #include <linux/compiler.h>
30 * Fall back to compiler barriers if nothing better is provided.
H A Dbitops.h13 #include <linux/compiler.h>
H A Ddiv64.h21 #include <linux/compiler.h>
H A Dgetorder.h6 #include <linux/compiler.h>
/linux-4.1.27/arch/arm64/include/asm/
H A Dcompiler.h2 * Based on arch/arm/include/asm/compiler.h
22 * This is used to ensure the compiler did actually allocate the register we
24 * compiler from one version to another so a bit of paranoia won't hurt. This
H A Dbitops.h19 #include <linux/compiler.h>
H A Dsystem_misc.h23 #include <linux/compiler.h>
/linux-4.1.27/mm/kasan/
H A Dkasan.h18 * (Those are compiler's ABI, don't change them)
38 /* The layout of struct dictated by compiler */
45 /* The layout of struct dictated by compiler */
/linux-4.1.27/arch/xtensa/variants/fsf/include/variant/
H A Dtie-asm.h20 /* Whether used automatically by compiler: */
21 #define XTHAL_SAS_NOCC 0x0004 /* not used by compiler w/o special opts/code */
22 #define XTHAL_SAS_CC 0x0008 /* used by compiler without special opts/code */
/linux-4.1.27/arch/sh/mm/
H A DMakefile48 # caller-save registers that the compiler can target when building this file.
55 # tr0-4 : allow all caller-save TR's. The compiler seems to be able to make
59 # The resources not listed below are callee save, i.e. the compiler is free to
/linux-4.1.27/arch/tile/kernel/
H A Dasm-offsets.c17 /* Check for compatible compiler early in the build. */
20 # error Can only build TILE-Gx configurations with tilegx compiler
27 # error Can not build TILEPro configurations with tilegx compiler
/linux-4.1.27/arch/x86/kernel/
H A Dsyscall_32.c28 * Smells like a compiler bug -- it doesn't work
H A Dsyscall_64.c27 * Smells like a compiler bug -- it doesn't work
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h40 /* Whether used automatically by compiler: */
41 #define XTHAL_SAS_NOCC 0x0004 /* not used by compiler w/o special opts/code */
42 #define XTHAL_SAS_CC 0x0008 /* used by compiler without special opts/code */
79 // Optional global register used by default by the compiler:
89 // Optional caller-saved registers used by default by the compiler:
101 // Optional caller-saved registers not used by default by the compiler:
143 // Optional global register used by default by the compiler:
153 // Optional caller-saved registers used by default by the compiler:
165 // Optional caller-saved registers not used by default by the compiler:
/linux-4.1.27/block/partitions/
H A Dkarma.c11 #include <linux/compiler.h>
H A Datari.h14 #include <linux/compiler.h>
/linux-4.1.27/arch/nios2/kernel/
H A Dnios2_ksyms.c20 * compiler... (prototypes are not correct though, but that
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
H A Dgpio.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/m68k/include/asm/
H A Dvirtconvert.h10 #include <linux/compiler.h>
H A Dstring.h5 #include <linux/compiler.h>
H A Dlinkage.h8 * Make sure the compiler doesn't do anything stupid with the
/linux-4.1.27/include/linux/ceph/
H A Dceph_debug.h22 /* faux printk call just to see any compiler warnings. */
/linux-4.1.27/arch/tile/include/asm/
H A Dpercpu.h24 * compiler to reload anything computed from a previous "tp" value.
26 * compiler to be able to cache the value across multiple percpu reads.
H A Dbitops_64.h18 #include <linux/compiler.h>
51 * smp_mb() before, and rely on the "!= 0" comparison, plus a compiler
/linux-4.1.27/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh64 printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n"
/linux-4.1.27/drivers/video/fbdev/
H A Dbt431.h76 * The compiler splits the write in two bytes without these bt431_select_reg()
92 * The compiler splits the write in two bytes without the bt431_read_reg_inc()
104 * The compiler splits the write in two bytes without the bt431_write_reg_inc()
129 * The compiler splits the write in two bytes without the bt431_read_cmap_inc()
141 * The compiler splits the write in two bytes without the bt431_write_cmap_inc()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dprismcompat.h33 #include <linux/compiler.h>
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi_internal.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/x86/um/
H A Dsys_call_table_32.c39 * Smells like a compiler bug -- it doesn't work
H A Dsys_call_table_64.c52 * Smells like a compiler bug -- it doesn't work
/linux-4.1.27/arch/um/kernel/skas/
H A Dsyscall.c30 * in case it's a compiler bug. handle_syscall()
/linux-4.1.27/arch/x86/boot/
H A Dmkcpustr.c36 also consumes the compiler-added null main()
/linux-4.1.27/arch/mips/fw/arc/
H A Dmisc.c12 #include <linux/compiler.h>
/linux-4.1.27/fs/reiserfs/
H A DMakefile29 # functions are used. This causes the compiler to advance the stack
/linux-4.1.27/include/xen/interface/
H A Dversion.h28 char compiler[64]; member in struct:xen_compile_info
/linux-4.1.27/arch/s390/net/
H A Dbpf_jit.h2 * BPF Jit compiler defines
/linux-4.1.27/arch/score/
H A DMakefile13 # CPU-dependent compiler/assembler options for optimization.
/linux-4.1.27/arch/mips/loongson/common/
H A Dbonito-irq.c15 #include <linux/compiler.h>
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-display.c13 #include <linux/compiler.h>
/linux-4.1.27/arch/mips/net/
H A Dbpf_jit.h2 * Just-In-Time compiler for BPF filters on MIPS
/linux-4.1.27/arch/openrisc/kernel/
H A Dor32_ksyms.c36 /* compiler generated symbols */
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dswab.h5 #include <linux/compiler.h>
/linux-4.1.27/arch/powerpc/perf/
H A Dhv-common.h28 * compiler warnings unused static functions.
/linux-4.1.27/arch/hexagon/include/asm/
H A Dstring.h26 /* ToDo: use dczeroa, accelerate the compiler-constant zero case */
/linux-4.1.27/arch/ia64/include/asm/
H A Dunistd.h34 #include <linux/compiler.h>
H A Ddelay.h17 #include <linux/compiler.h>
/linux-4.1.27/arch/m68k/kernel/
H A Dm68k_ksyms.c9 explicitly (the C compiler generates them). Fortunately,
H A Dmachine_kexec.c4 #include <linux/compiler.h>
/linux-4.1.27/lib/lzo/
H A Dlzodefs.h2 * lzodefs.h -- architecture, OS and compiler specific defines
/linux-4.1.27/arch/tile/
H A DMakefile29 # The tile compiler may emit .eh_frame information for backtracing.
45 # Not needed for (e.g.) "$(CC) -m32" since the compiler automatically
/linux-4.1.27/arch/parisc/math-emu/
H A Dfpbits.h30 * C compiler and the standard C preprocessor. Wordsize (default 32)
33 * the C compiler "-D" flag (e.g., -DHOSTWDSZ=36 -DBITFLR for the DEC-20).
/linux-4.1.27/arch/frv/kernel/
H A Dfrv_ksyms.c51 explicitly (the C compiler generates them). Fortunately,
79 * compiler... (prototypes are not correct though, but that
/linux-4.1.27/drivers/video/fbdev/aty/
H A Datyfb.h229 /* Hack for bloc 1, should be cleanly optimized by compiler */ aty_ld_le32()
242 /* Hack for bloc 1, should be cleanly optimized by compiler */ aty_st_le32()
256 /* Hack for bloc 1, should be cleanly optimized by compiler */ aty_st_le16()
268 /* Hack for bloc 1, should be cleanly optimized by compiler */ aty_ld_8()
280 /* Hack for bloc 1, should be cleanly optimized by compiler */ aty_st_8()
/linux-4.1.27/arch/arm/kernel/
H A Dasm-offsets.c13 #include <linux/compiler.h>
33 * Make sure that the compiler and target are compatible.
36 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
50 #error Your compiler is too buggy; it is known to miscompile kernels.
54 #error Your compiler is too buggy; it is known to miscompile kernels
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h20 /* Whether used automatically by compiler: */
21 #define XTHAL_SAS_NOCC 0x0004 /* not used by compiler w/o special opts/code */
22 #define XTHAL_SAS_CC 0x0008 /* used by compiler without special opts/code */
/linux-4.1.27/arch/xtensa/include/asm/
H A Dcmpxchg.h102 * done by the compiler is not guaranteed and a window overflow
142 * This only works if the compiler isn't horribly bad at optimizing.
H A Dptrace.h43 /* Additional configurable registers that are used by the compiler. */
/linux-4.1.27/arch/metag/kernel/
H A Dftrace.c35 * The compiler makes the call to mcount_wrapper() ftrace_call_replace()
37 * D0.4. So whenever we're patching one of those compiler-generated ftrace_call_replace()
/linux-4.1.27/arch/blackfin/kernel/
H A Dbfin_ksyms.c26 * explicitly (the C compiler generates them). Fortunately,
50 * compiler... (prototypes are not correct though, but that
/linux-4.1.27/arch/blackfin/lib/
H A Dmemcpy.S2 * internal version of memcpy(), issued by the compiler to copy blocks of
4 * possible overlaps, because that ambiguity is when the compiler gives up
/linux-4.1.27/include/acpi/platform/
H A Dacgcc.h49 /* Function name is used for debug output. Non-ANSI, compiler-dependent */
62 * to tell the compiler warning in a per-variable manner that a variable
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dpkmaint.h31 Only one purpose of this compiler dependent file to pack
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Dosdep_service.h23 #include <linux/compiler.h>
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv.h12 #include <linux/compiler.h>
/linux-4.1.27/drivers/input/
H A Dinput-compat.h14 #include <linux/compiler.h>
/linux-4.1.27/arch/x86/um/asm/
H A Dptrace.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dswab.h15 #include <linux/compiler.h>
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dopenpromio.h4 #include <linux/compiler.h>
/linux-4.1.27/arch/sparc/lib/
H A Duser_fixup.c6 #include <linux/compiler.h>
/linux-4.1.27/arch/sparc/prom/
H A Dprintf.c17 #include <linux/compiler.h>
/linux-4.1.27/arch/tile/include/gxio/
H A Dcommon.h25 #include <linux/compiler.h>
/linux-4.1.27/arch/um/include/shared/
H A Duser.h54 /* Copied from linux/compiler-gcc.h since we can't include it directly */
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpage.h51 * .. while these make it easier on the compiler
/linux-4.1.27/arch/microblaze/kernel/cpu/
H A Dpvr.c14 #include <linux/compiler.h>
/linux-4.1.27/arch/mips/dec/
H A Dtc.c12 #include <linux/compiler.h>
/linux-4.1.27/include/net/
H A Dcompat.h37 * To avoid compiler warnings:
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsigcontext.h9 #include <linux/compiler.h>
/linux-4.1.27/arch/s390/lib/
H A Dfind.c14 #include <linux/compiler.h>
/linux-4.1.27/arch/sh/kernel/cpu/
H A Dclock-cpg.c2 #include <linux/compiler.h>
/linux-4.1.27/arch/mips/lib/
H A Ddelay.c17 #include <asm/compiler.h>
/linux-4.1.27/arch/mips/math-emu/
H A Dieee754dp.h23 #include <linux/compiler.h>
/linux-4.1.27/arch/mips/sgi-ip27/
H A Dip27-reset.c11 #include <linux/compiler.h>
/linux-4.1.27/arch/openrisc/include/asm/
H A Dbitops.h29 #include <linux/compiler.h>
H A Dunaligned.h24 * variant replaced with the memmove variant. The GCC compiler
/linux-4.1.27/arch/arm64/kernel/
H A Dsys.c20 #include <linux/compiler.h>
H A Dsys32.c25 #include <linux/compiler.h>
/linux-4.1.27/arch/blackfin/include/asm/
H A Dio.h10 #include <linux/compiler.h>
/linux-4.1.27/arch/c6x/include/asm/
H A Dsyscalls.h19 #include <linux/compiler.h>
H A Duaccess.h13 #include <linux/compiler.h>
/linux-4.1.27/arch/c6x/kernel/
H A Dc6x_ksyms.c17 * libgcc functions - used internally by the compiler...
/linux-4.1.27/arch/cris/include/asm/
H A Dbitops.h22 #include <linux/compiler.h>
/linux-4.1.27/arch/m32r/kernel/
H A Dm32r_ksyms.c44 /* compiler generated symbol */
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Dioc.h19 * We use __raw_base variants here so that we give the compiler the

Completed in 3454 milliseconds

123456