Home
last modified time | relevance | path

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

/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.h1202 MAYBE_BUILD_BUG_ON(irqs_per_chip > 32); \
/linux/arch/x86/kernel/
H A Dhead64.c437 MAYBE_BUILD_BUG_ON(!(((MODULES_END - 1) & PGDIR_MASK) == in x86_64_start_kernel()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2849 MAYBE_BUILD_BUG_ON(__VIRTUAL_MASK_SHIFT >= 63); in mcheck_init_device()
/linux/mm/
H A Dhuge_memory.c890 MAYBE_BUILD_BUG_ON(HPAGE_PMD_ORDER > MAX_PAGE_ORDER); in hugepage_init()