Searched refs:ASSERT (Results 1 – 16 of 16) sorted by relevance
| /arch/arm64/kernel/ |
| A D | vmlinux.lds.S | 211 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, 302 ASSERT(SIZEOF(.data.rel.ro) == 0, "Unexpected RELRO detected!") 373 ASSERT(__hyp_idmap_text_end - __hyp_idmap_text_start <= PAGE_SIZE, 375 ASSERT(__idmap_text_end - (__idmap_text_start & ~(SZ_4K - 1)) <= SZ_4K, 378 ASSERT(__hibernate_exit_text_end - __hibernate_exit_text_start <= SZ_4K, 380 ASSERT(__hibernate_exit_text_start == swsusp_arch_suspend_exit, 393 ASSERT(_text == KIMAGE_VADDR, "HEAD is misaligned") 395 ASSERT(swapper_pg_dir - reserved_pg_dir == RESERVED_SWAPPER_OFFSET, 399 ASSERT(swapper_pg_dir - tramp_pg_dir == TRAMP_SWAPPER_OFFSET, 405 ASSERT(__relocate_new_kernel_end - __relocate_new_kernel_start <= SZ_4K, [all …]
|
| A D | image-vars.h | 14 #define ASSERT(...) macro 21 ASSERT((sym - KIMAGE_VADDR) < (__bss_start - KIMAGE_VADDR), #msg) 158 #undef ASSERT
|
| /arch/x86/kernel/ |
| A D | vmlinux.lds.S | 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), 496 . = ASSERT((srso_safe_ret & 0x3f) == 0, "srso_safe_ret not cacheline-aligned"); 507 . = ASSERT(((ABSOLUTE(srso_alias_untrain_ret) | srso_alias_safe_ret) - [all …]
|
| /arch/x86/boot/ |
| A D | setup.ld | 48 ASSERT(setup_sects >= 5, "The setup must be at least 5 sectors in size"); 49 ASSERT(setup_sects <= 64, "The setup must be at most 64 sectors in size"); 67 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility: 69 . = ASSERT(_end <= 0x8000, "Setup too big!"); 70 . = ASSERT(hdr == 0x1f1, "The setup header has the wrong offset!"); 72 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
| /arch/x86/boot/compressed/ |
| A D | vmlinux.lds.S | 97 ASSERT(SIZEOF(.got.plt) == 0 || 112 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 117 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 122 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 127 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
| /arch/arm/kernel/ |
| A D | vmlinux-xip.lds.S | 167 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") 169 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined") 177 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA") 194 ASSERT(!(_xiprom & (SZ_1M - 1)), "XIP start address may cause MPU programming issues") 195 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
| A D | vmlinux.lds.S | 175 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") 177 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
|
| /arch/s390/boot/ |
| A D | vmlinux.lds.S | 150 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, "Unexpected GOT/PLT entries detected!") 159 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 163 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
| /arch/s390/kernel/ |
| A D | vmlinux.lds.S | 254 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, "Unexpected GOT/PLT entries detected!") 263 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 267 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
| /arch/x86/kvm/ |
| A D | ioapic.h | 108 #define ASSERT(x) \ macro 117 #define ASSERT(x) do { } while (0) macro
|
| A D | ioapic.c | 580 ASSERT(ent->fields.trig_mode == IOAPIC_LEVEL_TRIG); in kvm_ioapic_update_eoi_one() 640 ASSERT(!(addr & 0xf)); /* check alignment */ in ioapic_mmio_read() 682 ASSERT(!(addr & 0xf)); /* check alignment */ in ioapic_mmio_write()
|
| A D | lapic.c | 675 ASSERT(result == -1 || result >= 16); in apic_find_highest_irr() 742 ASSERT(result == -1 || result >= 16); in apic_find_highest_isr() 1045 ASSERT(target); in kvm_apic_match_dest() 1514 ASSERT(apic != NULL); in apic_get_tmcct() 2869 ASSERT(vcpu != NULL); in kvm_create_lapic()
|
| /arch/arm/boot/compressed/ |
| A D | vmlinux.lds.S | 143 ASSERT(_edata_real == _edata, "error: zImage file size is incorrect");
|
| /arch/sparc/kernel/ |
| A D | vmlinux.lds.S | 38 ASSERT((swapper_tsb == 0x0000000000408000), "Error: sparc64 early assembler too large")
|
| /arch/arm/include/asm/ |
| A D | vmlinux.lds.h | 82 ASSERT(SIZEOF(.plt) == 0, \
|
| /arch/um/kernel/ |
| A D | dyn.lds.S | 180 ASSERT(__syscall_stub_end - __syscall_stub_start <= PAGE_SIZE,
|
Completed in 26 milliseconds