Lines Matching refs:ASSERT
110 ASSERT(__relocate_kernel_end - __relocate_kernel_start <= KEXEC_CONTROL_CODE_MAX_SIZE,
337 ASSERT(__per_cpu_hot_end - __per_cpu_hot_start <= 64, "percpu cache hot data too large")
439 ASSERT(SIZEOF(.got.plt) == 0 ||
454 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
459 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
464 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!")
469 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
482 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE),
492 . = ASSERT((retbleed_return_thunk & 0x3f) == 0, "retbleed_return_thunk not cacheline-aligned");
496 . = ASSERT((srso_safe_ret & 0x3f) == 0, "srso_safe_ret not cacheline-aligned");
507 . = ASSERT(((ABSOLUTE(srso_alias_untrain_ret) | srso_alias_safe_ret) -
513 . = ASSERT(__x86_indirect_its_thunk_rax & 0x20, "__x86_indirect_thunk_rax not in second half of cac…
514 . = ASSERT(((__x86_indirect_its_thunk_rcx - __x86_indirect_its_thunk_rax) % 64) == 0, "Indirect thu…
515 . = ASSERT(__x86_indirect_its_thunk_array == __x86_indirect_its_thunk_rax, "Gap in ITS thunk array"…
519 . = ASSERT(its_return_thunk & 0x20, "its_return_thunk not in second half of cacheline");