Home
last modified time | relevance | path

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

/linux-6.14.4/arch/mips/include/asm/
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");
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");
Dsmp.h30 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()
Dunroll.h18 __compiletime_error("Unsupported unroll"); \
Dmips-cps.h16 __compiletime_error("Bad size for CPS accessor");
/linux-6.14.4/arch/x86/include/asm/
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-6.14.4/include/asm-generic/
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-6.14.4/tools/include/linux/
Dcompiler.h9 #ifndef __compiletime_error
10 # define __compiletime_error(message) macro
16 extern void prefix ## suffix(void) __compiletime_error(msg); \
Dbitfield.h129 extern void __compiletime_error("value doesn't fit into mask")
131 extern void __compiletime_error("bad bitfield mask")
Dcompiler-gcc.h22 # define __compiletime_error(message) __attribute__((error(message))) macro
/linux-6.14.4/arch/openrisc/include/asm/
Dcmpxchg.h119 __compiletime_error("Bad argument size for cmpxchg");
148 __compiletime_error("Bad argument size for xchg");
/linux-6.14.4/include/linux/
Dcompiler_attributes.h138 # define __compiletime_error(msg) __attribute__((__error__(msg))) macro
140 # define __compiletime_error(msg) macro
Dbitfield.h159 extern void __compiletime_error("value doesn't fit into mask")
161 extern void __compiletime_error("bad bitfield mask")
Dthread_info.h236 extern void __compiletime_error("copy source size is too small")
238 extern void __compiletime_error("copy destination size is too small")
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…
Dcompiler_types.h521 __compiletime_error(msg); \
/linux-6.14.4/tools/arch/x86/include/asm/
Dcmpxchg.h12 __compiletime_error("Bad argument size for cmpxchg");
/linux-6.14.4/arch/loongarch/include/asm/
Dsmp.h50 __compiletime_error("VDSO should not call smp_processor_id()"); in raw_smp_processor_id()