Home
last modified time | relevance | path

Searched refs:__compiletime_error (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/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.h21 * - Get an error at compile-time due to __compiletime_error, if supported by
29 __compiletime_error("Bad argument size for cmpxchg");
31 __compiletime_error("cmpxchg64 not available; cpu_has_64bits may be false");
33 __compiletime_error("Bad argument size for xchg");
H A Dunroll.h18 __compiletime_error("Unsupported unroll"); \
/kernel/linux/linux-6.6/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.h20 * - Get an error at compile-time due to __compiletime_error, if supported by
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");
H A Dunroll.h18 __compiletime_error("Unsupported unroll"); \
/kernel/linux/linux-5.10/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 Dcompiler-gcc.h20 # define __compiletime_error(message) __attribute__((error(message))) macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcmpxchg.h11 * (or compile-time if the compiler implements __compiletime_error().
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");
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcmpxchg.h11 * (or compile-time if the compiler implements __compiletime_error().
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");
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dcmpxchg.h119 __compiletime_error("Bad argument size for cmpxchg");
148 __compiletime_error("Bad argument size for xchg");
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dcmpxchg.h119 __compiletime_error("Bad argument size for cmpxchg");
148 __compiletime_error("Bad argument size for xchg");
/kernel/linux/linux-5.10/include/linux/
H A Dthread_info.h140 extern void __compiletime_error("copy source size is too small")
142 extern void __compiletime_error("copy destination size is too small")
H A Dcompiler_attributes.h147 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro
149 # define __compiletime_error(msg) macro
H A Dbitfield.h129 extern void __compiletime_error("value doesn't fit into mask")
131 extern void __compiletime_error("bad bitfield mask")
H A Dstring.h255 void __read_overflow(void) __compiletime_error("detected read beyond size of object passed as 1st parameter");
256 void __read_overflow2(void) __compiletime_error("detected read beyond size of object passed as 2nd parameter");
257 void __read_overflow3(void) __compiletime_error("detected read beyond size of object passed as 3rd parameter");
258 void __write_overflow(void) __compiletime_error("detected write beyond size of object passed as 1st parameter");
/kernel/linux/linux-5.10/fs/erofs/
H A Dtagptr.h29 extern void __compiletime_error("bad tagptr tags")
32 extern void __compiletime_error("bad tagptr type")
/kernel/linux/linux-6.6/include/linux/
H A Dcompiler_attributes.h151 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro
153 # 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")
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dsmp.h43 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcmpxchg.h9 * (or compile-time if the compiler implements __compiletime_error().
12 __compiletime_error("Bad argument size for cmpxchg");

Completed in 12 milliseconds

12