Lines Matching refs:ASSERT
236 ASSERT(SIZEOF(.data..percpu) < CONFIG_PHYSICAL_START,
469 ASSERT(SIZEOF(.got.plt) == 0 ||
484 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
489 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
494 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!")
499 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
505 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE),
519 . = ASSERT((fixed_percpu_data == 0),
524 . = ASSERT((retbleed_return_thunk & 0x3f) == 0, "retbleed_return_thunk not cacheline-aligned");
525 . = ASSERT((srso_safe_ret & 0x3f) == 0, "srso_safe_ret not cacheline-aligned");
539 . = ASSERT(((ABSOLUTE(srso_alias_untrain_ret) | srso_alias_safe_ret) -