Searched refs:ASSERT (Results 1 – 8 of 8) sorted by relevance
/arch/x86/boot/ |
D | setup.ld | 57 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility: 59 . = ASSERT(_end <= 0x8000, "Setup too big!"); 60 . = ASSERT(hdr == 0x1f1, "The setup header has the wrong offset!"); 62 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/arch/ia64/hp/common/ |
D | sba_iommu.c | 145 #define ASSERT(expr) \ macro 151 #define ASSERT(expr) macro 493 ASSERT(((unsigned long) ioc->res_hint & (sizeof(unsigned long) - 1UL)) == 0); in sba_search_bitmap() 494 ASSERT(res_ptr < res_end); in sba_search_bitmap() 553 ASSERT(0 != mask); in sba_search_bitmap() 639 ASSERT(pages_needed); in sba_alloc_range() 640 ASSERT(0 == (size & ~iovp_mask)); in sba_alloc_range() 758 ASSERT(m != 0); in sba_free_range() 759 ASSERT(bits_not_wanted); in sba_free_range() 760 ASSERT((*res_ptr & m) == m); /* verify same bits are set */ in sba_free_range() [all …]
|
/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 184 ASSERT (__text_l1_len <= L1_CODE_LENGTH, "L1 text overflow!") 204 ASSERT (__data_l1_len <= L1_DATA_A_LENGTH, "L1 data A overflow!") 221 ASSERT (__data_b_l1_len <= L1_DATA_B_LENGTH, "L1 data B overflow!") 247 ASSERT (__l2_len <= L2_LENGTH, "L2 overflow!")
|
/arch/x86/kernel/ |
D | vmlinux.lds.S | 346 . = ASSERT((_end - LOAD_OFFSET <= KERNEL_IMAGE_SIZE), 360 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE), 364 . = ASSERT((irq_stack_union == 0), 373 . = ASSERT(kexec_control_code_size <= KEXEC_CONTROL_CODE_MAX_SIZE,
|
/arch/arm/kernel/ |
D | vmlinux.lds.S | 328 ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support") 329 ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
|
/arch/x86/kvm/ |
D | lapic.c | 227 ASSERT(result == -1 || result >= 16); in apic_find_highest_irr() 273 ASSERT(result == -1 || result >= 16); in apic_find_highest_isr() 355 ASSERT(target); in kvm_apic_match_dest() 538 ASSERT(apic != NULL); in apic_get_tmcct() 1047 ASSERT(vcpu); in kvm_lapic_reset() 1049 ASSERT(apic != NULL); in kvm_lapic_reset() 1159 ASSERT(vcpu != NULL); in kvm_create_lapic()
|
D | mmu.c | 82 #define ASSERT(x) do { } while (0) macro 84 #define ASSERT(x) \ macro 1283 ASSERT(is_empty_shadow_page(sp->spt)); in kvm_mmu_isolate_page() 2708 ASSERT(!VALID_PAGE(root)); in mmu_alloc_direct_roots() 2746 ASSERT(!VALID_PAGE(root)); in mmu_alloc_shadow_roots() 2771 ASSERT(!VALID_PAGE(root)); in mmu_alloc_shadow_roots() 2990 ASSERT(vcpu); in nonpaging_page_fault() 2991 ASSERT(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in nonpaging_page_fault() 3059 ASSERT(vcpu); in tdp_page_fault() 3060 ASSERT(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in tdp_page_fault() [all …]
|
D | paging_tmpl.h | 173 ASSERT((!is_long_mode(vcpu) && is_pae(vcpu)) || in FNAME()
|