| /linux/mm/ |
| H A D | rodata_test.c | 43 if (!PAGE_ALIGNED(__start_rodata)) { in rodata_test() 47 if (!PAGE_ALIGNED(__end_rodata)) { in rodata_test()
|
| H A D | mseal.c | 151 if (!PAGE_ALIGNED(start)) in do_mseal()
|
| /linux/arch/arm64/mm/ |
| H A D | mem_encrypt.c | 36 if (likely(!crypt_ops) || WARN_ON(!PAGE_ALIGNED(addr))) in set_memory_encrypted() 45 if (likely(!crypt_ops) || WARN_ON(!PAGE_ALIGNED(addr))) in set_memory_decrypted()
|
| H A D | gcs.c | 85 if (!PAGE_ALIGNED(addr)) in SYSCALL_DEFINE3()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | svm.c | 46 if (!PAGE_ALIGNED(addr)) in set_memory_encrypted() 59 if (!PAGE_ALIGNED(addr)) in set_memory_decrypted()
|
| /linux/drivers/misc/ |
| H A D | sram-exec.c | 28 if (!PAGE_ALIGNED(base) || !PAGE_ALIGNED(end)) { in sram_check_protect_exec()
|
| H A D | open-dice.c | 133 if (!PAGE_ALIGNED(rmem->base) || !PAGE_ALIGNED(rmem->size)) { in open_dice_probe()
|
| /linux/drivers/firmware/efi/ |
| H A D | memattr.c | 87 (!PAGE_ALIGNED(in->phys_addr) || in entry_is_valid() 88 !PAGE_ALIGNED(in->num_pages << EFI_PAGE_SHIFT))) { in entry_is_valid()
|
| /linux/arch/mips/kernel/ |
| H A D | vdso.c | 34 BUG_ON(!PAGE_ALIGNED(image->data)); in init_vdso_image() 35 BUG_ON(!PAGE_ALIGNED(image->size)); in init_vdso_image()
|
| /linux/arch/arm64/kernel/ |
| H A D | efi.c | 24 return !PAGE_ALIGNED(md->phys_addr) || in region_is_misaligned() 25 !PAGE_ALIGNED(md->num_pages << EFI_PAGE_SHIFT); in region_is_misaligned()
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_gem.c | 167 if (size == 0 || !PAGE_ALIGNED(size)) in ivpu_gem_create_object() 359 drm_WARN_ON(&vdev->drm, !PAGE_ALIGNED(range->start)); in ivpu_bo_create() 360 drm_WARN_ON(&vdev->drm, !PAGE_ALIGNED(range->end)); in ivpu_bo_create() 361 drm_WARN_ON(&vdev->drm, !PAGE_ALIGNED(size)); in ivpu_bo_create()
|
| /linux/drivers/infiniband/hw/ionic/ |
| H A D | ionic_queue.c | 37 if (!PAGE_ALIGNED(q->ptr)) { in ionic_queue_init()
|
| /linux/kernel/bpf/ |
| H A D | sysfs_btf.c | 27 if (attr->private != __start_BTF || !PAGE_ALIGNED(addr)) in btf_sysfs_vmlinux_mmap()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | driver.c | 47 if (!PAGE_ALIGNED(mmio_addr)) in _iommufd_alloc_mmap() 49 if (!length || !PAGE_ALIGNED(length)) in _iommufd_alloc_mmap()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 265 if (!PAGE_ALIGNED(offset) || !PAGE_ALIGNED(len)) in kvm_gmem_fallocate() 556 if (size <= 0 || !PAGE_ALIGNED(size)) in kvm_gmem_create() 587 if (offset < 0 || !PAGE_ALIGNED(offset) || in kvm_gmem_bind()
|
| /linux/drivers/fpga/ |
| H A D | dfl-afu-dma-region.c | 312 if (!PAGE_ALIGNED(user_addr) || !PAGE_ALIGNED(length) || !length) in afu_dma_map_region()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | setup.c | 354 if (!PAGE_ALIGNED(phys) || !PAGE_ALIGNED(size)) in __pkvm_init()
|
| H A D | ffa.c | 247 if (!PAGE_ALIGNED(tx) || !PAGE_ALIGNED(rx)) { in do_ffa_rxtx_map() 355 if (!PAGE_ALIGNED(sz)) in __ffa_host_share_ranges() 375 if (!PAGE_ALIGNED(sz)) in __ffa_host_unshare_ranges()
|
| /linux/arch/loongarch/kernel/ |
| H A D | vdso.c | 48 BUG_ON(!PAGE_ALIGNED(vdso_info.vdso)); in init_vdso()
|
| /linux/arch/m68k/mm/ |
| H A D | motorola.c | 240 if (PAGE_ALIGNED(last_pte_table)) { in kernel_page_table() 288 if (PAGE_ALIGNED(last_pmd_table)) { in kernel_ptr_table()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-v2.c | 352 if (!PAGE_ALIGNED(info->vcpu.start) || in vgic_v2_probe() 353 !PAGE_ALIGNED(resource_size(&info->vcpu))) { in vgic_v2_probe()
|
| /linux/drivers/acpi/ |
| H A D | pfr_telemetry.c | 325 if (!PAGE_ALIGNED(base_addr) || !PAGE_ALIGNED(psize)) in pfrt_log_mmap()
|
| /linux/drivers/dma-buf/ |
| H A D | udmabuf.c | 391 if (!PAGE_ALIGNED(list[i].offset)) in udmabuf_create() 393 if (!PAGE_ALIGNED(list[i].size)) in udmabuf_create()
|
| /linux/net/xdp/ |
| H A D | xdp_umem.c | 182 if (!PAGE_ALIGNED(addr)) { in xdp_umem_reg()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 197 if (i != nents - 1 && !PAGE_ALIGNED(sg->length)) in imgu_dmamap_map_sg()
|