Symbol: __compiletime_error
arch/loongarch/include/asm/smp.h
51
__compiletime_error("VDSO should not call smp_processor_id()");
arch/mips/include/asm/cmpxchg.h
28
__compiletime_error("Bad argument size for cmpxchg");
arch/mips/include/asm/cmpxchg.h
30
__compiletime_error("cmpxchg64 not available; cpu_has_64bits may be false");
arch/mips/include/asm/cmpxchg.h
32
__compiletime_error("Bad argument size for xchg");
arch/mips/include/asm/fpu.h
328
__compiletime_error("save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
arch/mips/include/asm/fpu.h
331
__compiletime_error("_save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
arch/mips/include/asm/fpu.h
334
__compiletime_error("restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
arch/mips/include/asm/fpu.h
337
__compiletime_error("_restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
arch/mips/include/asm/fpu.h
340
__compiletime_error("get_fpu_regs() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
arch/mips/include/asm/mips-cps.h
16
__compiletime_error("Bad size for CPS accessor");
arch/mips/include/asm/smp.h
30
__compiletime_error("VDSO should not call smp_processor_id()");
arch/mips/include/asm/unroll.h
18
__compiletime_error("Unsupported unroll"); \
arch/openrisc/include/asm/cmpxchg.h
119
__compiletime_error("Bad argument size for cmpxchg");
arch/openrisc/include/asm/cmpxchg.h
148
__compiletime_error("Bad argument size for xchg");
arch/x86/include/asm/cmpxchg.h
14
__compiletime_error("Bad argument size for xchg");
arch/x86/include/asm/cmpxchg.h
16
__compiletime_error("Bad argument size for cmpxchg");
arch/x86/include/asm/cmpxchg.h
18
__compiletime_error("Bad argument size for xadd");
arch/x86/include/asm/cmpxchg.h
20
__compiletime_error("Bad argument size for add");
include/asm-generic/io.h
589
__compiletime_error("inb()) requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
607
__compiletime_error("inw() requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
625
__compiletime_error("inl() requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
640
__compiletime_error("outb() requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
655
__compiletime_error("outw() requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
670
__compiletime_error("outl() requires CONFIG_HAS_IOPORT");
include/asm-generic/io.h
762
__compiletime_error("insb() requires HAS_IOPORT");
include/asm-generic/io.h
775
__compiletime_error("insw() requires HAS_IOPORT");
include/asm-generic/io.h
788
__compiletime_error("insl() requires HAS_IOPORT");
include/asm-generic/io.h
802
__compiletime_error("outsb() requires HAS_IOPORT");
include/asm-generic/io.h
816
__compiletime_error("outsw() requires HAS_IOPORT");
include/asm-generic/io.h
830
__compiletime_error("outsl() requires HAS_IOPORT");
include/linux/bitfield.h
200
extern void __compiletime_error("bad bitfield mask")
include/linux/compiler_types.h
685
__compiletime_error(msg); \
include/linux/fortify-string.h
55
void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)");
include/linux/fortify-string.h
56
void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter)");
include/linux/fortify-string.h
58
void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st parameter)");
include/linux/ucopysize.h
33
extern void __compiletime_error("copy destination size is too small")
tools/arch/x86/include/asm/cmpxchg.h
12
__compiletime_error("Bad argument size for cmpxchg");
tools/include/linux/bitfield.h
132
extern void __compiletime_error("bad bitfield mask")
tools/include/linux/compiler.h
16
extern void prefix ## suffix(void) __compiletime_error(msg); \
tools/include/linux/compiler.h
9
#ifndef __compiletime_error