Searched refs:warning (Results 1 – 25 of 43) sorted by relevance
12
/arch/arm/include/asm/ |
D | procinfo.h | 44 #warning "Please include asm/elf.h instead"
|
/arch/x86/include/asm/ |
D | dwarf2.h | 6 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/arch/mips/include/uapi/asm/ |
D | msgbuf.h | 65 #warning no endianess set
|
/arch/alpha/kernel/ |
D | vmlinux.lds.S | 33 *(.gnu.warning)
|
/arch/s390/ |
D | Makefile | 33 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, address-of-packed-member) 40 KBUILD_CFLAGS += $(call cc-disable-warning, array-bounds) 41 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, array-bounds)
|
/arch/s390/kernel/ |
D | nmi.c | 38 unsigned int warning : 1; member 162 if (mcck.warning) { /* WARNING pending ? */ in __s390_handle_mcck() 495 mcck->warning = 1; in s390_do_machine_check()
|
D | vmlinux.lds.S | 55 *(.gnu.warning)
|
/arch/arm/boot/dts/ |
D | pxa300-raumfeld-speaker-one.dts | 111 st,thermal-warning-adjustment; 112 st,thermal-warning-recovery;
|
/arch/sh/kernel/ |
D | vmlinux.lds.S | 39 *(.gnu.warning)
|
/arch/ia64/scripts/ |
D | toolchain-flags | 23 warning: your linker cannot handle cross-segment segment-relative relocations.
|
/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 25 *(.gnu.warning)
|
D | vmlinux-std.lds | 25 *(.gnu.warning)
|
D | setup_mm.c | 53 #warning No CPU/platform type selected, your kernel will not work! 54 #warning Are you building an allnoconfig kernel?
|
/arch/um/kernel/ |
D | uml.lds.S | 44 *(.gnu.warning)
|
/arch/arc/kernel/ |
D | vmlinux.lds.S | 94 *(.gnu.warning)
|
/arch/csky/kernel/ |
D | vmlinux.lds.S | 45 *(.gnu.warning)
|
/arch/sparc/kernel/ |
D | vmlinux.lds.S | 58 *(.gnu.warning)
|
/arch/parisc/kernel/ |
D | vmlinux.lds.S | 102 *(.gnu.warning)
|
/arch/um/include/asm/ |
D | cpufeature.h | 75 #warning "Compiler lacks ASM_GOTO support. Add -D __BPF_TRACING__ to your compiler arguments"
|
/arch/arm/kernel/ |
D | unwind.c | 18 #warning Your compiler does not have EABI support. 19 #warning ARM unwind is known to compile only with EABI compilers. 20 #warning Change compiler or disable ARM_UNWIND option.
|
/arch/arm64/ |
D | Makefile | 36 $(warning Detected assembler with broken .inst; disassembly will be unreliable) 41 KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
|
/arch/x86/boot/compressed/ |
D | Makefile | 45 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 46 KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
|
/arch/mips/kernel/ |
D | vmlinux.lds.S | 72 *(.gnu.warning)
|
/arch/arm64/kernel/vdso32/ |
D | Makefile | 27 cc32-disable-warning = $(call try-run,\ 96 VDSO_CFLAGS += $(call cc32-disable-warning,shift-count-overflow)
|
/arch/xtensa/kernel/ |
D | traps.c | 215 #warning "Fake NMI is requested for PMM, but there are other IRQs at or above its level." 216 #warning "Fake NMI will be used, but there will be a bugcheck if one of those IRQs fire."
|
12