/linux-4.1.27/include/linux/ |
H A D | compiler-clang.h | 2 #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 D | compiler-intel.h | 2 #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 D | gcd.h | 4 #include <linux/compiler.h>
|
H A D | stackprotector.h | 4 #include <linux/compiler.h>
|
H A D | glob.h | 5 #include <linux/compiler.h> /* For __pure */
|
H A D | lcm.h | 4 #include <linux/compiler.h>
|
H A D | bcd.h | 4 #include <linux/compiler.h>
|
H A D | serial.h | 31 #include <linux/compiler.h>
|
H A D | trace_clock.h | 12 #include <linux/compiler.h>
|
H A D | compiler.h | 54 #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 D | bug.h | 5 #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 D | linkage.h | 4 #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 D | latencytop.h | 12 #include <linux/compiler.h>
|
H A D | compiler-gcc.h | 2 #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 D | ahci_platform.h | 18 #include <linux/compiler.h>
|
H A D | spinlock_up.h | 20 * the compiler barriers, because we do not want the compiler to
|
H A D | projid.h | 10 * can be different. Using the type system makes it possible for the compiler
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
H A D | debug_locks.h | 5 #include <linux/compiler.h>
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | compiler.h | 4 #include <uapi/asm/compiler.h> 6 /* Some idiots over in <linux/compiler.h> thought inline should imply 10 #include <linux/compiler.h>
|
H A D | word-at-a-time.h | 4 #include <asm/compiler.h>
|
H A D | barrier.h | 4 #include <asm/compiler.h> 23 * and the compiler.
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | trace_clock.h | 4 #include <linux/compiler.h>
|
H A D | current.h | 4 #include <linux/compiler.h>
|
H A D | dmi.h | 4 #include <linux/compiler.h>
|
H A D | sighandling.h | 4 #include <linux/compiler.h>
|
H A D | kasan.h | 7 * for kernel really starts from compiler's shadow offset +
|
H A D | syscalls.h | 13 #include <linux/compiler.h>
|
H A D | arch_hweight.h | 22 * compiler switches.
|
H A D | linkage.h | 13 * Make sure the compiler doesn't do anything stupid with the
|
H A D | sys_ia32.h | 15 #include <linux/compiler.h>
|
H A D | vgtod.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | percpu_64.h | 4 #include <linux/compiler.h>
|
H A D | bug.h | 5 #include <linux/compiler.h>
|
H A D | bitops_64.h | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | syscalls_64.h | 6 #include <linux/compiler.h>
|
H A D | traps.h | 4 #include <linux/compiler.h>
|
H A D | bugs.h | 62 * default:, so we're able to have the compiler whine check_bugs()
|
H A D | syscalls_32.h | 6 #include <linux/compiler.h>
|
H A D | atomic.h | 10 #include <linux/compiler.h>
|
H A D | cmpxchg.h | 9 #include <linux/compiler.h>
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | idmap.h | 4 #include <linux/compiler.h>
|
H A D | compiler.h | 5 * 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 D | system_misc.h | 6 #include <linux/compiler.h>
|
H A D | tcm.h | 17 #include <linux/compiler.h>
|
H A D | bL_switcher.h | 15 #include <linux/compiler.h>
|
H A D | pgtable-2level-types.h | 49 * .. while these make it easier on the compiler
|
/linux-4.1.27/lib/ |
H A D | interval_tree.c | 3 #include <linux/compiler.h>
|
H A D | lcm.c | 1 #include <linux/compiler.h>
|
H A D | rational.c | 10 #include <linux/compiler.h>
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | global_lock.h | 11 * 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 D | atomic.h | 4 #include <linux/compiler.h>
|
H A D | syscalls.h | 4 #include <linux/compiler.h>
|
H A D | ptrace.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | swab.h | 5 #include <linux/compiler.h>
|
H A D | ptrace.h | 4 #include <linux/compiler.h> /* For __user */
|
/linux-4.1.27/arch/metag/include/uapi/asm/ |
H A D | swab.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | bitsperlong.h | 9 * to decide it, but rather check a compiler provided macro.
|
H A D | swab.h | 9 * valid if the compiler supports 64 bit data types.
|
H A D | signal-defs.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | ide.h | 9 #include <linux/compiler.h>
|
H A D | syscalls.h | 5 #include <linux/compiler.h>
|
H A D | unistd.h | 23 #include <linux/compiler.h>
|
H A D | udbg.h | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | swab.h | 12 #include <linux/compiler.h>
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | syscalls.h | 13 #include <linux/compiler.h>
|
H A D | irqflags.h | 23 * The empty asm statement informs the compiler of this fact while
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | swab.h | 11 #include <linux/compiler.h>
|
H A D | ia64regs.h | 13 * 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 D | swab.h | 5 #include <linux/compiler.h>
|
/linux-4.1.27/tools/include/asm/ |
H A D | bug.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/tools/lib/lockdep/ |
H A D | common.c | 3 #include <linux/compiler.h>
|
/linux-4.1.27/tools/perf/ui/ |
H A D | ui.h | 6 #include <linux/compiler.h>
|
/linux-4.1.27/include/asm-generic/bitops/ |
H A D | builtin-ffs.h | 9 * the libc and compiler builtin ffs routines, therefore
|
H A D | ffs.h | 9 * the libc and compiler builtin ffs routines, therefore
|
H A D | sched.h | 4 #include <linux/compiler.h> /* unlikely() */
|
H A D | fls64.h | 10 * This is defined in a similar way as the libc and compiler builtin
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | sgidefs.h | 14 * Using a Linux compiler for building Linux seems logic but not to 18 #error Use a Linux compiler or give up.
|
H A D | swab.h | 11 #include <linux/compiler.h>
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
H A D | swab.h | 18 #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 D | swab.h | 5 #include <linux/compiler.h> 6 #include <asm/compiler.h>
|
/linux-4.1.27/arch/mips/boot/compressed/ |
H A D | dbg.c | 8 #include <linux/compiler.h>
|
H A D | calc_vmlinuz_load_addr.c | 49 * types by a MIPS compiler." -- See MIPS Run Linux (Second Edition). main()
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | bug.h | 4 #include <linux/compiler.h>
|
H A D | edac.h | 4 #include <asm/compiler.h>
|
H A D | r4k-timer.h | 11 #include <linux/compiler.h>
|
H A D | unaligned.h | 11 #include <linux/compiler.h>
|
H A D | compat-signal.h | 6 #include <linux/compiler.h>
|
H A D | irqflags.h | 16 #include <linux/compiler.h> 18 #include <asm/compiler.h>
|
H A D | i8259.h | 17 #include <linux/compiler.h>
|
/linux-4.1.27/include/uapi/linux/ |
H A D | hpet.h | 4 #include <linux/compiler.h>
|
H A D | uio.h | 12 #include <linux/compiler.h>
|
H A D | ivtvfb.h | 24 #include <linux/compiler.h>
|
H A D | netfilter.h | 5 #include <linux/compiler.h>
|
H A D | virtio_balloon.h | 60 * 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 D | blkpg.h | 27 #include <linux/compiler.h>
|
H A D | filter.h | 8 #include <linux/compiler.h>
|
H A D | seccomp.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
H A D | swab.h | 8 #include <linux/compiler.h>
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
H A D | swab.h | 8 #include <linux/compiler.h>
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
H A D | swab.h | 5 #include <linux/compiler.h>
|
H A D | bug.h | 31 * 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 D | bitops.h | 64 * the libc and compiler builtin ffs routines, therefore
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | syscalls.h | 12 #include <linux/compiler.h>
|
/linux-4.1.27/tools/perf/util/ |
H A D | tsc.c | 1 #include <linux/compiler.h>
|
H A D | pmu.y | 7 #include <linux/compiler.h>
|
/linux-4.1.27/include/asm-generic/ |
H A D | syscalls.h | 4 #include <linux/compiler.h>
|
H A D | barrier.h | 20 #include <linux/compiler.h> 30 * Fall back to compiler barriers if nothing better is provided.
|
H A D | bitops.h | 13 #include <linux/compiler.h>
|
H A D | div64.h | 21 #include <linux/compiler.h>
|
H A D | getorder.h | 6 #include <linux/compiler.h>
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | compiler.h | 2 * 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 D | bitops.h | 19 #include <linux/compiler.h>
|
H A D | system_misc.h | 23 #include <linux/compiler.h>
|
/linux-4.1.27/mm/kasan/ |
H A D | kasan.h | 18 * (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 D | tie-asm.h | 20 /* 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 D | Makefile | 48 # 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 D | asm-offsets.c | 17 /* 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 D | syscall_32.c | 28 * Smells like a compiler bug -- it doesn't work
|
H A D | syscall_64.c | 27 * Smells like a compiler bug -- it doesn't work
|
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/ |
H A D | tie-asm.h | 40 /* 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 D | karma.c | 11 #include <linux/compiler.h>
|
H A D | atari.h | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | nios2_ksyms.c | 20 * compiler... (prototypes are not correct though, but that
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
H A D | gpio.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | virtconvert.h | 10 #include <linux/compiler.h>
|
H A D | string.h | 5 #include <linux/compiler.h>
|
H A D | linkage.h | 8 * Make sure the compiler doesn't do anything stupid with the
|
/linux-4.1.27/include/linux/ceph/ |
H A D | ceph_debug.h | 22 /* faux printk call just to see any compiler warnings. */
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | percpu.h | 24 * 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 D | bitops_64.h | 18 #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 D | check-lxdialog.sh | 64 printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n"
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | bt431.h | 76 * 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 D | drx_dap_fasi.h | 99 *; /* 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 D | prismcompat.h | 33 #include <linux/compiler.h>
|
/linux-4.1.27/drivers/staging/comedi/ |
H A D | comedi_internal.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/x86/um/ |
H A D | sys_call_table_32.c | 39 * Smells like a compiler bug -- it doesn't work
|
H A D | sys_call_table_64.c | 52 * Smells like a compiler bug -- it doesn't work
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | syscall.c | 30 * in case it's a compiler bug. handle_syscall()
|
/linux-4.1.27/arch/x86/boot/ |
H A D | mkcpustr.c | 36 also consumes the compiler-added null main()
|
/linux-4.1.27/arch/mips/fw/arc/ |
H A D | misc.c | 12 #include <linux/compiler.h>
|
/linux-4.1.27/fs/reiserfs/ |
H A D | Makefile | 29 # functions are used. This causes the compiler to advance the stack
|
/linux-4.1.27/include/xen/interface/ |
H A D | version.h | 28 char compiler[64]; member in struct:xen_compile_info
|
/linux-4.1.27/arch/s390/net/ |
H A D | bpf_jit.h | 2 * BPF Jit compiler defines
|
/linux-4.1.27/arch/score/ |
H A D | Makefile | 13 # CPU-dependent compiler/assembler options for optimization.
|
/linux-4.1.27/arch/mips/loongson/common/ |
H A D | bonito-irq.c | 15 #include <linux/compiler.h>
|
/linux-4.1.27/arch/mips/mti-malta/ |
H A D | malta-display.c | 13 #include <linux/compiler.h>
|
/linux-4.1.27/arch/mips/net/ |
H A D | bpf_jit.h | 2 * Just-In-Time compiler for BPF filters on MIPS
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 36 /* compiler generated symbols */
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | swab.h | 5 #include <linux/compiler.h>
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | hv-common.h | 28 * compiler warnings unused static functions.
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | string.h | 26 /* ToDo: use dczeroa, accelerate the compiler-constant zero case */
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | unistd.h | 34 #include <linux/compiler.h>
|
H A D | delay.h | 17 #include <linux/compiler.h>
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | m68k_ksyms.c | 9 explicitly (the C compiler generates them). Fortunately,
|
H A D | machine_kexec.c | 4 #include <linux/compiler.h>
|
/linux-4.1.27/lib/lzo/ |
H A D | lzodefs.h | 2 * lzodefs.h -- architecture, OS and compiler specific defines
|
/linux-4.1.27/arch/tile/ |
H A D | Makefile | 29 # 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 D | fpbits.h | 30 * 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 D | frv_ksyms.c | 51 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 D | atyfb.h | 229 /* 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 D | asm-offsets.c | 13 #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 D | tie-asm.h | 20 /* 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 D | cmpxchg.h | 102 * 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 D | ptrace.h | 43 /* Additional configurable registers that are used by the compiler. */
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | ftrace.c | 35 * 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 D | bfin_ksyms.c | 26 * 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 D | memcpy.S | 2 * 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 D | acgcc.h | 49 /* 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 D | pkmaint.h | 31 Only one purpose of this compiler dependent file to pack
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | osdep_service.h | 23 #include <linux/compiler.h>
|
/linux-4.1.27/drivers/pci/pcie/ |
H A D | portdrv.h | 12 #include <linux/compiler.h>
|
/linux-4.1.27/drivers/input/ |
H A D | input-compat.h | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/x86/um/asm/ |
H A D | ptrace.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
H A D | swab.h | 15 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | openpromio.h | 4 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | user_fixup.c | 6 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sparc/prom/ |
H A D | printf.c | 17 #include <linux/compiler.h>
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | common.h | 25 #include <linux/compiler.h>
|
/linux-4.1.27/arch/um/include/shared/ |
H A D | user.h | 54 /* Copied from linux/compiler-gcc.h since we can't include it directly */
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | page.h | 51 * .. while these make it easier on the compiler
|
/linux-4.1.27/arch/microblaze/kernel/cpu/ |
H A D | pvr.c | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/mips/dec/ |
H A D | tc.c | 12 #include <linux/compiler.h>
|
/linux-4.1.27/include/net/ |
H A D | compat.h | 37 * To avoid compiler warnings:
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | sigcontext.h | 9 #include <linux/compiler.h>
|
/linux-4.1.27/arch/s390/lib/ |
H A D | find.c | 14 #include <linux/compiler.h>
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
H A D | clock-cpg.c | 2 #include <linux/compiler.h>
|
/linux-4.1.27/arch/mips/lib/ |
H A D | delay.c | 17 #include <asm/compiler.h>
|
/linux-4.1.27/arch/mips/math-emu/ |
H A D | ieee754dp.h | 23 #include <linux/compiler.h>
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
H A D | ip27-reset.c | 11 #include <linux/compiler.h>
|
/linux-4.1.27/arch/openrisc/include/asm/ |
H A D | bitops.h | 29 #include <linux/compiler.h>
|
H A D | unaligned.h | 24 * variant replaced with the memmove variant. The GCC compiler
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | sys.c | 20 #include <linux/compiler.h>
|
H A D | sys32.c | 25 #include <linux/compiler.h>
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | io.h | 10 #include <linux/compiler.h>
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | syscalls.h | 19 #include <linux/compiler.h>
|
H A D | uaccess.h | 13 #include <linux/compiler.h>
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | c6x_ksyms.c | 17 * libgcc functions - used internally by the compiler...
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | bitops.h | 22 #include <linux/compiler.h>
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | m32r_ksyms.c | 44 /* compiler generated symbol */
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
H A D | ioc.h | 19 * We use __raw_base variants here so that we give the compiler the
|