Home
last modified time | relevance | path

Searched refs:MAYBE_BUILD_BUG_ON (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) macro
21 #define MAYBE_BUILD_BUG_ON(cond) \ macro
H A Dirq.h1165 MAYBE_BUILD_BUG_ON(irqs_per_chip > 32); \
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c485 MAYBE_BUILD_BUG_ON(!(((MODULES_END - 1) & PGDIR_MASK) == in x86_64_start_kernel()
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c183 MAYBE_BUILD_BUG_ON(pgd_none(*pgd_ref)); in sync_global_pgds_l4()
/openbmc/linux/mm/
H A Dhuge_memory.c460 MAYBE_BUILD_BUG_ON(HPAGE_PMD_ORDER > MAX_ORDER); in hugepage_init()
465 MAYBE_BUILD_BUG_ON(HPAGE_PMD_ORDER < 2); in hugepage_init()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2767 MAYBE_BUILD_BUG_ON(__VIRTUAL_MASK_SHIFT >= 63); in mcheck_init_device()