Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 19 of 19) sorted by relevance

/arch/parisc/math-emu/
DMakefile8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/arch/arm64/kernel/vdso32/
DMakefile74 -fno-strict-aliasing -fno-common \
82 VDSO_CFLAGS += $(call cc32-option,-fno-strict-overflow)
83 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
/arch/s390/purgatory/
DMakefile23 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes
/arch/powerpc/boot/dts/fsl/
Db4420qds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
Db4420si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Db4420si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Db4qds.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040ds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
Dp5040si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
Db4si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
/arch/arc/boot/dts/
Daxc001.dtsi110 * no strict requirement for a frame-buffer to be in any
/arch/x86/boot/compressed/
DMakefile30 KBUILD_CFLAGS += -fno-strict-aliasing $(call cc-option, -fPIE, -fPIC)
/arch/arm64/include/asm/
Dcpufeature.h59 bool strict; /* CPU Sanity check: strict matching required ? */ member
/arch/mips/vdso/
DMakefile31 -O3 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
/arch/x86/
DMakefile36 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/arch/powerpc/
DMakefile103 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -mno-strict-align
/arch/powerpc/boot/
DMakefile32 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
/arch/arm64/kernel/
Dcpufeature.c91 .strict = STRICT, \
533 if (!ftrp->strict) in init_cpu_ftr_reg()