Searched refs:__compiletime_error (Results 1 – 17 of 17) sorted by relevance
328 __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");
28 __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");
30 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()
18 __compiletime_error("Unsupported unroll"); \
16 __compiletime_error("Bad size for CPS accessor");
14 __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");
589 __compiletime_error("inb()) requires CONFIG_HAS_IOPORT");607 __compiletime_error("inw() requires CONFIG_HAS_IOPORT");625 __compiletime_error("inl() requires CONFIG_HAS_IOPORT");640 __compiletime_error("outb() requires CONFIG_HAS_IOPORT");655 __compiletime_error("outw() requires CONFIG_HAS_IOPORT");670 __compiletime_error("outl() requires CONFIG_HAS_IOPORT");762 __compiletime_error("insb() requires HAS_IOPORT");775 __compiletime_error("insw() requires HAS_IOPORT");788 __compiletime_error("insl() requires HAS_IOPORT");802 __compiletime_error("outsb() requires HAS_IOPORT");[all …]
9 #ifndef __compiletime_error10 # define __compiletime_error(message) macro16 extern void prefix ## suffix(void) __compiletime_error(msg); \
130 extern void __compiletime_error("value doesn't fit into mask")132 extern void __compiletime_error("bad bitfield mask")
22 # define __compiletime_error(message) __attribute__((error(message))) macro
31 extern void __compiletime_error("copy source size is too small")33 extern void __compiletime_error("copy destination size is too small")
138 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro140 # define __compiletime_error(msg) macro
55 void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)…56 void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter…58 void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st paramete…
685 __compiletime_error(msg); \
119 __compiletime_error("Bad argument size for cmpxchg");148 __compiletime_error("Bad argument size for xchg");
12 __compiletime_error("Bad argument size for cmpxchg");
51 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()