Searched refs:BUILD_BUG (Results 1 - 25 of 56) sorted by last modified time

123

/linux-master/mm/
H A Dgup.c2769 BUILD_BUG();
2777 BUILD_BUG();
H A Dvmscan.c5626 BUILD_BUG();
5631 BUILD_BUG();
5636 BUILD_BUG();
H A Dpage_alloc.c6935 BUILD_BUG();
H A Dkhugepaged.c2325 BUILD_BUG();
/linux-master/include/linux/
H A Dswapops.h567 BUILD_BUG();
573 BUILD_BUG();
H A Dpgtable.h301 BUILD_BUG();
308 BUILD_BUG();
383 BUILD_BUG();
406 BUILD_BUG();
808 BUILD_BUG();
826 BUILD_BUG();
841 BUILD_BUG();
1656 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG()
1657 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG()
H A Dhugetlb.h336 BUILD_BUG(); /* should never be compiled in if !CONFIG_HUGETLB_PAGE*/
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/x86/kvm/
H A Dreverse_cpuid.h179 BUILD_BUG();
/linux-master/arch/riscv/include/asm/
H A Duaccess.h107 BUILD_BUG(); \
222 BUILD_BUG(); \
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/arch/loongarch/include/asm/
H A Dpercpu.h60 BUILD_BUG(); \
102 BUILD_BUG();
136 BUILD_BUG();
154 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 Dreg.h1409 #define __mtmsrd(v, l) 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 Dpgtable.h763 #define pud_page_paddr(pud) ({ BUILD_BUG(); 0; })
890 #define p4d_page_paddr(p4d) ({ BUILD_BUG(); 0;})
H A Dpgalloc.h39 BUILD_BUG();
68 BUILD_BUG();
109 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/tools/arch/x86/lib/
H A Dinsn.c31 BUILD_BUG(); break; \
/linux-master/mm/kasan/
H A Dgeneric.c157 BUILD_BUG();
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c143 BUILD_BUG();
156 BUILD_BUG();
176 BUILD_BUG();
185 BUILD_BUG();
/linux-master/arch/x86/lib/
H A Dinsn.c31 BUILD_BUG(); break; \
/linux-master/arch/x86/include/asm/
H A Dpercpu.h500 #define this_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; })
H A Defi.h43 * cause a BUILD_BUG otherwise. The limitations of the C preprocessor make it
63 * __efi_nargs_check(f, n, ...) will cause a BUILD_BUG if the ellipsis
354 u64: ({ BUILD_BUG(); ULONG_MAX; }), \
/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; })

Completed in 339 milliseconds

123