Searched refs:PAGE_ALIGNED (Results 1 – 25 of 45) sorted by relevance
12
28 if (WARN_ONCE(!PAGE_ALIGNED(md->phys_addr), in create_mapping_protection()66 if (!PAGE_ALIGNED(md->phys_addr) || in efi_create_mapping()67 !PAGE_ALIGNED(md->num_pages << EFI_PAGE_SHIFT)) { in efi_create_mapping()
158 if (!PAGE_ALIGNED(eq_addr) || !PAGE_ALIGNED(cq_addr) || in mana_smc_setup_hwc()159 !PAGE_ALIGNED(rq_addr) || !PAGE_ALIGNED(sq_addr)) in mana_smc_setup_hwc()
69 if (!PAGE_ALIGNED(addr)) in set_memory_encrypted()82 if (!PAGE_ALIGNED(addr)) in set_memory_decrypted()
36 if (!PAGE_ALIGNED(base) || !PAGE_ALIGNED(end)) { in sram_check_protect_exec()
71 (!PAGE_ALIGNED(in->phys_addr) || in entry_is_valid()72 !PAGE_ALIGNED(in->num_pages << EFI_PAGE_SHIFT))) { in entry_is_valid()
46 BUG_ON(!PAGE_ALIGNED(image->data)); in init_vdso_image()47 BUG_ON(!PAGE_ALIGNED(image->size)); in init_vdso_image()
276 if (!PAGE_ALIGNED(phys) || !PAGE_ALIGNED(size)) in __pkvm_init()
311 if (!PAGE_ALIGNED(user_addr) || !PAGE_ALIGNED(length) || !length) in afu_dma_map_region()
229 if (PAGE_ALIGNED(last_pte_table)) { in kernel_page_table()277 if (PAGE_ALIGNED(last_pmd_table)) { in kernel_ptr_table()
353 if (!PAGE_ALIGNED(info->vcpu.start) || in vgic_v2_probe()354 !PAGE_ALIGNED(resource_size(&info->vcpu))) { in vgic_v2_probe()
67 if (!PAGE_ALIGNED(addr)) { in change_memory_common()
581 BUG_ON(!PAGE_ALIGNED(pa_start)); in map_kernel_segment()582 BUG_ON(!PAGE_ALIGNED(size)); in map_kernel_segment()
1464 VM_BUG_ON(!PAGE_ALIGNED(start)); in populate_vma_page_range()1465 VM_BUG_ON(!PAGE_ALIGNED(end)); in populate_vma_page_range()1526 VM_BUG_ON(!PAGE_ALIGNED(start)); in faultin_vma_page_range()1527 VM_BUG_ON(!PAGE_ALIGNED(end)); in faultin_vma_page_range()1675 if (!PAGE_ALIGNED(uaddr)) { in fault_in_writeable()1774 if (!PAGE_ALIGNED(uaddr)) { in fault_in_readable()
2153 BUG_ON(!PAGE_ALIGNED(addr)); in vm_unmap_ram()2606 if (WARN(!PAGE_ALIGNED(addr), "Trying to vfree() bad address (%p)\n", in __vunmap()3449 if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr)) in remap_vmalloc_range_partial()
197 if (i != nents - 1 && !PAGE_ALIGNED(sg->length)) in imgu_dmamap_map_sg()
177 if (!PAGE_ALIGNED(addr)) { in xdp_umem_reg()
151 if (unlikely(!PAGE_ALIGNED(check))) { in add_module_to_shadow()
513 if (WARN_ON(!PAGE_ALIGNED(shadow_start))) in kasan_module_alloc()
757 if (!PAGE_ALIGNED(addr) || !PAGE_ALIGNED(next)) { in remove_pte_table()
157 !PAGE_ALIGNED(attr->max_entries)) in ringbuf_map_alloc()
977 if (!PAGE_ALIGNED(addr) || !PAGE_ALIGNED(len)) { in dma_buf_map_attachment()
116 BUG_ON(!PAGE_ALIGNED(bytes)); in etnaviv_iommu_unmap()
451 if (WARN_ON_ONCE(!PAGE_ALIGNED(start | end))) in modify_pagetable()
1542 if (!PAGE_ALIGNED(block_ctx->dev_bytenr)) { in btrfsic_read_block()1724 BUG_ON(!PAGE_ALIGNED(BTRFS_SUPER_INFO_SIZE)); in btrfsic_process_written_block()2744 if (!PAGE_ALIGNED(fs_info->nodesize)) { in btrfsic_mount()2749 if (!PAGE_ALIGNED(fs_info->sectorsize)) { in btrfsic_mount()
94 WARN_ON_ONCE(!PAGE_ALIGNED(size)); in __dma_direct_alloc_pages()
Completed in 52 milliseconds