Searched refs:BUILD_BUG (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/arch/arm/include/asm/
H A Darch_timer.h40 BUILD_BUG();
52 BUILD_BUG();
55 BUILD_BUG();
70 BUILD_BUG();
78 BUILD_BUG();
81 BUILD_BUG();
/linux-master/arch/powerpc/include/asm/
H A Dswitch_to.h53 BUILD_BUG();
71 BUILD_BUG();
76 BUILD_BUG();
90 BUILD_BUG();
95 BUILD_BUG();
H A Dsections.h51 BUILD_BUG();
79 static inline unsigned long kernel_toc_addr(void) { BUILD_BUG(); return -1UL; }
H A Dplpks.h190 static inline u16 plpks_get_passwordlen(void) { BUILD_BUG(); }
192 static inline int plpks_populate_fdt(void *fdt) { BUILD_BUG(); }
/linux-master/drivers/video/fbdev/
H A Dc2p_core.h51 BUILD_BUG();
94 BUILD_BUG();
121 BUILD_BUG();
141 BUILD_BUG();
/linux-master/arch/x86/kvm/
H A Dgoverned_features.h3 BUILD_BUG()
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h50 BUILD_BUG();
/linux-master/arch/arm64/include/asm/
H A Darch_timer.h112 BUILD_BUG();
124 BUILD_BUG();
127 BUILD_BUG();
139 BUILD_BUG();
146 BUILD_BUG();
150 BUILD_BUG();
H A Dpgalloc.h39 BUILD_BUG();
68 BUILD_BUG();
109 BUILD_BUG();
H A Dsmp.h96 BUILD_BUG();
H A Dfpsimd.h329 static inline void sve_user_disable(void) { BUILD_BUG(); }
330 static inline void sve_user_enable(void) { BUILD_BUG(); }
411 static inline void sme_user_disable(void) { BUILD_BUG(); }
412 static inline void sme_user_enable(void) { BUILD_BUG(); }
/linux-master/arch/csky/include/asm/
H A Dcmpxchg.h48 BUILD_BUG(); \
78 BUILD_BUG(); \
109 BUILD_BUG(); \
141 BUILD_BUG(); \
/linux-master/tools/objtool/include/objtool/
H A Dendianness.h33 BUILD_BUG(); break; \
/linux-master/include/linux/
H A Dvm_event_item.h161 #define THP_FILE_ALLOC ({ BUILD_BUG(); 0; })
162 #define THP_FILE_FALLBACK ({ BUILD_BUG(); 0; })
163 #define THP_FILE_FALLBACK_CHARGE ({ BUILD_BUG(); 0; })
164 #define THP_FILE_MAPPED ({ BUILD_BUG(); 0; })
H A Dbuild_bug.h53 * BUILD_BUG - break compile if used.
56 * build time, you should use BUILD_BUG to detect if it is
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") macro
H A Dhuge_mm.h381 #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; })
382 #define HPAGE_PMD_MASK ({ BUILD_BUG(); 0; })
383 #define HPAGE_PMD_SIZE ({ BUILD_BUG(); 0; })
385 #define HPAGE_PUD_SHIFT ({ BUILD_BUG(); 0; })
386 #define HPAGE_PUD_MASK ({ BUILD_BUG(); 0; })
387 #define HPAGE_PUD_SIZE ({ BUILD_BUG(); 0; })
/linux-master/arch/riscv/include/asm/
H A Dcmpxchg.h34 BUILD_BUG(); \
69 BUILD_BUG(); \
104 BUILD_BUG(); \
137 BUILD_BUG(); \
196 BUILD_BUG(); \
242 BUILD_BUG(); \
288 BUILD_BUG(); \
334 BUILD_BUG(); \
/linux-master/tools/include/linux/
H A Dbuild_bug.h53 * BUILD_BUG - break compile if used.
56 * build time, you should use BUILD_BUG to detect if it is
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") macro
/linux-master/arch/mips/include/asm/
H A Dpage.h53 #define HPAGE_SHIFT ({BUILD_BUG(); 0; })
54 #define HPAGE_SIZE ({BUILD_BUG(); 0; })
55 #define HPAGE_MASK ({BUILD_BUG(); 0; })
56 #define HUGETLB_PAGE_ORDER ({BUILD_BUG(); 0; })
H A Duaccess.h142 BUILD_BUG(); \
189 BUILD_BUG(); \
280 BUILD_BUG(); \
356 BUILD_BUG(); \
/linux-master/arch/arc/include/asm/
H A Dcmpxchg.h53 BUILD_BUG(); \
108 BUILD_BUG(); \
/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h60 BUILD_BUG(); \
102 BUILD_BUG();
136 BUILD_BUG();
154 BUILD_BUG();
H A Duaccess.h150 default: BUILD_BUG(); break; \
177 default: BUILD_BUG(); break; \
H A Dcmpxchg.h79 BUILD_BUG();
179 BUILD_BUG();
/linux-master/arch/parisc/include/asm/
H A Duaccess.h39 default: BUILD_BUG(); \
108 default: BUILD_BUG(); \

Completed in 441 milliseconds

123