Searched refs:ASSERT (Results 1 – 15 of 15) sorted by relevance
/arch/x86/kernel/ |
D | vmlinux.lds.S | 240 ASSERT(SIZEOF(.data..percpu) < CONFIG_PHYSICAL_START, 460 ASSERT(SIZEOF(.got.plt) == 0 || 475 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 480 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 485 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 490 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!") 497 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE), 512 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE), 516 . = ASSERT((fixed_percpu_data == 0), 521 . = ASSERT((retbleed_return_thunk & 0x3f) == 0, "retbleed_return_thunk not cacheline-aligned"); [all …]
|
/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 86 ASSERT(SIZEOF(.got.plt) == 0 || 101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!") 106 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 111 ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!") 116 ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
|
/arch/arm64/kernel/ |
D | vmlinux.lds.S | 175 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, 311 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!") 314 ASSERT(SIZEOF(.data.rel.ro) == 0, "Unexpected RELRO detected!") 324 ASSERT(__hyp_idmap_text_end - __hyp_idmap_text_start <= PAGE_SIZE, 326 ASSERT(__idmap_text_end - (__idmap_text_start & ~(SZ_4K - 1)) <= SZ_4K, 329 ASSERT(__hibernate_exit_text_end - (__hibernate_exit_text_start & ~(SZ_4K - 1)) 333 ASSERT((__entry_tramp_text_end - __entry_tramp_text_start) <= 3*PAGE_SIZE, 337 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned") 342 ASSERT(_text == KIMAGE_VADDR, "HEAD is misaligned")
|
/arch/x86/boot/ |
D | setup.ld | 59 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility: 61 . = ASSERT(_end <= 0x8000, "Setup too big!"); 62 . = ASSERT(hdr == 0x1f1, "The setup header has the wrong offset!"); 64 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 168 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") 169 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined") 176 ASSERT((_end - __bss_start) >= 12288, ".bss too small for CONFIG_XIP_DEFLATED_DATA") 193 ASSERT(!(_xiprom & (SZ_1M - 1)), "XIP start address may cause MPU programming issues") 194 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
D | vmlinux.lds.S | 176 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") 177 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
|
/arch/ia64/hp/common/ |
D | sba_iommu.c | 141 #define ASSERT(expr) \ macro 147 #define ASSERT(expr) macro 485 ASSERT(((unsigned long) ioc->res_hint & (sizeof(unsigned long) - 1UL)) == 0); in sba_search_bitmap() 486 ASSERT(res_ptr < res_end); in sba_search_bitmap() 544 ASSERT(0 != mask); in sba_search_bitmap() 630 ASSERT(pages_needed); in sba_alloc_range() 631 ASSERT(0 == (size & ~iovp_mask)); in sba_alloc_range() 749 ASSERT(m != 0); in sba_free_range() 750 ASSERT(bits_not_wanted); in sba_free_range() 751 ASSERT((*res_ptr & m) == m); /* verify same bits are set */ in sba_free_range() [all …]
|
/arch/x86/kvm/ |
D | ioapic.h | 97 #define ASSERT(x) \ macro 106 #define ASSERT(x) do { } while (0) macro
|
D | irq_comm.c | 204 ASSERT(irq_source_id != KVM_USERSPACE_IRQ_SOURCE_ID); in kvm_request_irq_source_id() 205 ASSERT(irq_source_id != KVM_IRQFD_RESAMPLE_IRQ_SOURCE_ID); in kvm_request_irq_source_id() 215 ASSERT(irq_source_id != KVM_USERSPACE_IRQ_SOURCE_ID); in kvm_free_irq_source_id() 216 ASSERT(irq_source_id != KVM_IRQFD_RESAMPLE_IRQ_SOURCE_ID); in kvm_free_irq_source_id()
|
D | ioapic.c | 526 ASSERT(ent->fields.trig_mode == IOAPIC_LEVEL_TRIG); in kvm_ioapic_update_eoi_one() 586 ASSERT(!(addr & 0xf)); /* check alignment */ in ioapic_mmio_read() 628 ASSERT(!(addr & 0xf)); /* check alignment */ in ioapic_mmio_write()
|
D | lapic.c | 478 ASSERT(result == -1 || result >= 16); in apic_find_highest_irr() 550 ASSERT(result == -1 || result >= 16); in apic_find_highest_isr() 846 ASSERT(target); in kvm_apic_match_dest() 1307 ASSERT(apic != NULL); in apic_get_tmcct() 2447 ASSERT(vcpu != NULL); in kvm_create_lapic()
|
/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 141 ASSERT(_edata_real == _edata, "error: zImage file size is incorrect");
|
/arch/sparc/kernel/ |
D | vmlinux.lds.S | 38 ASSERT((swapper_tsb == 0x0000000000408000), "Error: sparc64 early assembler too large")
|
/arch/arm/include/asm/ |
D | vmlinux.lds.h | 76 ASSERT(SIZEOF(.plt) == 0, \
|
/arch/x86/kvm/mmu/ |
D | paging_tmpl.h | 347 ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu))); in FNAME()
|