Home
last modified time | relevance | path

Searched refs:__compiletime_error (Results 1 – 16 of 16) sorted by relevance

/linux/arch/mips/include/asm/
H A Dfpu.h328 __compiletime_error("save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
331 __compiletime_error("_save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
334 __compiletime_error("restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
337 __compiletime_error("_restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
340 __compiletime_error("get_fpu_regs() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
H A Dcmpxchg.h28 __compiletime_error("Bad argument size for cmpxchg");
30 __compiletime_error("cmpxchg64 not available; cpu_has_64bits may be false");
32 __compiletime_error("Bad argument size for xchg");
H A Dunroll.h18 __compiletime_error("Unsupported unroll"); \
H A Dmips-cps.h16 __compiletime_error("Bad size for CPS accessor");
/linux/arch/x86/include/asm/
H A Dcmpxchg.h14 __compiletime_error("Bad argument size for xchg");
16 __compiletime_error("Bad argument size for cmpxchg");
18 __compiletime_error("Bad argument size for xadd");
20 __compiletime_error("Bad argument size for add");
/linux/include/linux/
H A Ducopysize.h31 extern void __compiletime_error("copy source size is too small")
33 extern void __compiletime_error("copy destination size is too small")
H A Dcompiler_attributes.h138 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro
140 # define __compiletime_error(msg) macro
H A Dbitfield.h176 extern void __compiletime_error("value doesn't fit into mask")
178 extern void __compiletime_error("bad bitfield mask")
H A Dfortify-string.h57 void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)…
58 void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter…
60 void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st paramete…
H A Dcompiler_types.h551 __compiletime_error(msg); \
/linux/include/asm-generic/
H A Dio.h555 __compiletime_error("inb()) requires CONFIG_HAS_IOPORT");
573 __compiletime_error("inw() requires CONFIG_HAS_IOPORT");
591 __compiletime_error("inl() requires CONFIG_HAS_IOPORT");
606 __compiletime_error("outb() requires CONFIG_HAS_IOPORT");
621 __compiletime_error("outw() requires CONFIG_HAS_IOPORT");
636 __compiletime_error("outl() requires CONFIG_HAS_IOPORT");
728 __compiletime_error("insb() requires HAS_IOPORT");
741 __compiletime_error("insw() requires HAS_IOPORT");
754 __compiletime_error("insl() requires HAS_IOPORT");
768 __compiletime_error("outsb() requires HAS_IOPORT");
[all …]
/linux/tools/include/linux/
H A Dcompiler.h9 #ifndef __compiletime_error
10 # define __compiletime_error(message) macro
16 extern void prefix ## suffix(void) __compiletime_error(msg); \
H A Dbitfield.h129 extern void __compiletime_error("value doesn't fit into mask")
131 extern void __compiletime_error("bad bitfield mask")
H A Dcompiler-gcc.h22 # define __compiletime_error(message) __attribute__((error(message))) macro
/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h119 __compiletime_error("Bad argument size for cmpxchg");
148 __compiletime_error("Bad argument size for xchg");
/linux/tools/arch/x86/include/asm/
H A Dcmpxchg.h12 __compiletime_error("Bad argument size for cmpxchg");