Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dfpu.h313 __compiletime_error("save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
316 __compiletime_error("_save_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
319 __compiletime_error("restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
322 __compiletime_error("_restore_fp() should not be called when CONFIG_MIPS_FP_SUPPORT=n");
325 __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 Dsmp.h32 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()
H A Dunroll.h18 __compiletime_error("Unsupported unroll"); \
H A Dmips-cps.h15 __compiletime_error("Bad size for CPS accessor");
/openbmc/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");
/openbmc/linux/tools/include/linux/
H A Dcompiler.h7 #ifndef __compiletime_error
8 # define __compiletime_error(message) macro
14 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
/openbmc/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h119 __compiletime_error("Bad argument size for cmpxchg");
148 __compiletime_error("Bad argument size for xchg");
/openbmc/linux/include/linux/
H A Dcompiler_attributes.h138 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro
140 # define __compiletime_error(msg) macro
H A Dbitfield.h158 extern void __compiletime_error("value doesn't fit into mask")
160 extern void __compiletime_error("bad bitfield mask")
H A Dthread_info.h223 extern void __compiletime_error("copy source size is too small")
225 extern void __compiletime_error("copy destination size is too small")
H A Dfortify-string.h13 void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)…
14 void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter…
16 void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st paramete…
H A Dcompiler_types.h441 __compiletime_error(msg); \
/openbmc/u-boot/include/linux/
H A Dcompiler.h462 #ifndef __compiletime_error
463 # define __compiletime_error(message) macro
483 extern void prefix ## suffix(void) __compiletime_error(msg); \
H A Dcompiler-gcc.h187 # define __compiletime_error(message) __attribute__((error(message))) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dsmp.h43 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcmpxchg.h12 __compiletime_error("Bad argument size for cmpxchg");