/openbmc/linux/mm/ |
H A D | rodata_test.c | 42 if (!PAGE_ALIGNED(__start_rodata)) { in rodata_test() 46 if (!PAGE_ALIGNED(__end_rodata)) { in rodata_test()
|
H A D | hugetlb_vmemmap.c | 187 VM_BUG_ON(!PAGE_ALIGNED(start)); in vmemmap_remap_range() 188 VM_BUG_ON(!PAGE_ALIGNED(end)); in vmemmap_remap_range()
|
H A D | gup.c | 1557 VM_BUG_ON(!PAGE_ALIGNED(start)); in populate_vma_page_range() 1558 VM_BUG_ON(!PAGE_ALIGNED(end)); in populate_vma_page_range() 1627 VM_BUG_ON(!PAGE_ALIGNED(start)); in faultin_page_range() 1628 VM_BUG_ON(!PAGE_ALIGNED(end)); in faultin_page_range() 1787 if (!PAGE_ALIGNED(uaddr)) { in fault_in_writeable() 1897 if (!PAGE_ALIGNED(uaddr)) { in fault_in_readable()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | svm.c | 45 if (!PAGE_ALIGNED(addr)) in set_memory_encrypted() 58 if (!PAGE_ALIGNED(addr)) in set_memory_decrypted()
|
/openbmc/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()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | memattr.c | 71 (!PAGE_ALIGNED(in->phys_addr) || in entry_is_valid() 72 !PAGE_ALIGNED(in->num_pages << EFI_PAGE_SHIFT))) { in entry_is_valid()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vdso.c | 46 BUG_ON(!PAGE_ALIGNED(image->data)); in init_vdso_image() 47 BUG_ON(!PAGE_ALIGNED(image->size)); in init_vdso_image()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | efi.c | 21 return !PAGE_ALIGNED(md->phys_addr) || in region_is_misaligned() 22 !PAGE_ALIGNED(md->num_pages << EFI_PAGE_SHIFT); in region_is_misaligned()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | vdso.c | 106 BUG_ON(!PAGE_ALIGNED(vdso_info.vdso)); in init_vdso() 107 BUG_ON(!PAGE_ALIGNED(vdso_info.size)); in init_vdso()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | ffa.c | 194 if (!PAGE_ALIGNED(tx) || !PAGE_ALIGNED(rx)) { in do_ffa_rxtx_map() 302 if (!PAGE_ALIGNED(sz)) in __ffa_host_share_ranges() 322 if (!PAGE_ALIGNED(sz)) in __ffa_host_unshare_ranges()
|
H A D | setup.c | 324 if (!PAGE_ALIGNED(phys) || !PAGE_ALIGNED(size)) in __pkvm_init()
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-afu-dma-region.c | 311 if (!PAGE_ALIGNED(user_addr) || !PAGE_ALIGNED(length) || !length) in afu_dma_map_region()
|
/openbmc/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()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | motorola.c | 228 if (PAGE_ALIGNED(last_pte_table)) { in kernel_page_table() 276 if (PAGE_ALIGNED(last_pmd_table)) { in kernel_ptr_table()
|
/openbmc/linux/drivers/acpi/ |
H A D | pfr_telemetry.c | 328 if (!PAGE_ALIGNED(base_addr) || !PAGE_ALIGNED(psize)) in pfrt_log_mmap()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_gem.c | 347 if (drm_WARN_ON(&vdev->drm, size == 0 || !PAGE_ALIGNED(size))) in ivpu_bo_alloc() 570 drm_WARN_ON(&vdev->drm, !PAGE_ALIGNED(vpu_addr)); in ivpu_bo_alloc_internal() 571 drm_WARN_ON(&vdev->drm, !PAGE_ALIGNED(size)); in ivpu_bo_alloc_internal()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | pageattr.c | 76 if (!PAGE_ALIGNED(addr)) { in change_memory_common()
|
/openbmc/linux/arch/x86/mm/ |
H A D | init_64.c | 1248 VM_BUG_ON(!PAGE_ALIGNED(start)); in vmemmap_free() 1249 VM_BUG_ON(!PAGE_ALIGNED(end)); in vmemmap_free() 1544 VM_BUG_ON(!PAGE_ALIGNED(start)); in vmemmap_populate() 1545 VM_BUG_ON(!PAGE_ALIGNED(end)); in vmemmap_populate()
|
/openbmc/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()
|
/openbmc/linux/net/xdp/ |
H A D | xdp_umem.c | 176 if (!PAGE_ALIGNED(addr)) { in xdp_umem_reg()
|
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 301 if (policy == ALLOCATE_LEFT && PAGE_ALIGNED(alloc)) in test_alloc() 303 if (policy == ALLOCATE_RIGHT && !PAGE_ALIGNED(alloc)) in test_alloc()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 738 if (PAGE_ALIGNED(addr) && PAGE_ALIGNED(next)) { in remove_pte_table() 989 VM_BUG_ON(!PAGE_ALIGNED(addr)); in radix__vmemmap_pte_populate()
|
/openbmc/linux/fs/btrfs/ |
H A D | lzo.c | 284 if (PAGE_ALIGNED(cur_in)) { in lzo_compress_pages()
|
/openbmc/linux/mm/kasan/ |
H A D | shadow.c | 612 if (WARN_ON(!PAGE_ALIGNED(shadow_start))) in kasan_alloc_module_shadow()
|