PAGE_ALIGNED 28 arch/arm64/kernel/efi.c if (WARN_ONCE(!PAGE_ALIGNED(md->phys_addr), PAGE_ALIGNED 65 arch/arm64/kernel/efi.c if (!PAGE_ALIGNED(md->phys_addr) || PAGE_ALIGNED 66 arch/arm64/kernel/efi.c !PAGE_ALIGNED(md->num_pages << EFI_PAGE_SHIFT)) { PAGE_ALIGNED 547 arch/arm64/mm/mmu.c BUG_ON(!PAGE_ALIGNED(pa_start)); PAGE_ALIGNED 548 arch/arm64/mm/mmu.c BUG_ON(!PAGE_ALIGNED(size)); PAGE_ALIGNED 62 arch/arm64/mm/pageattr.c if (!PAGE_ALIGNED(addr)) { PAGE_ALIGNED 46 arch/mips/kernel/vdso.c BUG_ON(!PAGE_ALIGNED(image->data)); PAGE_ALIGNED 47 arch/mips/kernel/vdso.c BUG_ON(!PAGE_ALIGNED(image->size)); PAGE_ALIGNED 731 arch/powerpc/mm/book3s64/radix_pgtable.c if (!PAGE_ALIGNED(addr) || !PAGE_ALIGNED(next)) { PAGE_ALIGNED 39 arch/powerpc/platforms/pseries/svm.c if (!PAGE_ALIGNED(addr)) PAGE_ALIGNED 49 arch/powerpc/platforms/pseries/svm.c if (!PAGE_ALIGNED(addr)) PAGE_ALIGNED 442 arch/x86/kvm/vmx/nested.c return PAGE_ALIGNED(gpa) && !(gpa >> cpuid_maxphyaddr(vcpu)); PAGE_ALIGNED 984 arch/x86/mm/init_64.c if (PAGE_ALIGNED(addr) && PAGE_ALIGNED(next)) { PAGE_ALIGNED 574 drivers/android/binder_alloc.c if (PAGE_ALIGNED(buffer->user_data)) { PAGE_ALIGNED 2457 drivers/char/random.c if (!PAGE_ALIGNED(start)) { PAGE_ALIGNED 75 drivers/firmware/efi/memattr.c (!PAGE_ALIGNED(in->phys_addr) || PAGE_ALIGNED 76 drivers/firmware/efi/memattr.c !PAGE_ALIGNED(in->num_pages << EFI_PAGE_SHIFT))) { PAGE_ALIGNED 320 drivers/fpga/dfl-afu-dma-region.c if (!PAGE_ALIGNED(user_addr) || !PAGE_ALIGNED(length) || !length) PAGE_ALIGNED 123 drivers/gpu/drm/etnaviv/etnaviv_mmu.c BUG_ON(!PAGE_ALIGNED(bytes)); PAGE_ALIGNED 238 drivers/infiniband/hw/hfi1/driver.c if (unlikely(!PAGE_ALIGNED(size))) PAGE_ALIGNED 326 drivers/infiniband/hw/hfi1/user_exp_rcv.c if (!PAGE_ALIGNED(tinfo->vaddr)) PAGE_ALIGNED 36 drivers/misc/sram-exec.c if (!PAGE_ALIGNED(base) || !PAGE_ALIGNED(end)) { PAGE_ALIGNED 1116 drivers/of/fdt.c if (!PAGE_ALIGNED(base)) { PAGE_ALIGNED 3661 drivers/s390/net/qeth_core_main.c } else if (!proto_len && PAGE_ALIGNED(skb->data)) { PAGE_ALIGNED 292 drivers/staging/android/vsoc.c if (!PAGE_ALIGNED(np->permission.begin_offset) || PAGE_ALIGNED 293 drivers/staging/android/vsoc.c !PAGE_ALIGNED(np->permission.end_offset)) PAGE_ALIGNED 873 drivers/staging/android/vsoc.c if (!PAGE_ALIGNED(region->region_begin_offset) || PAGE_ALIGNED 874 drivers/staging/android/vsoc.c !PAGE_ALIGNED(region->region_end_offset)) { PAGE_ALIGNED 211 drivers/staging/media/ipu3/ipu3-dmamap.c if (i != nents - 1 && !PAGE_ALIGNED(sg->length)) PAGE_ALIGNED 1911 drivers/target/target_core_user.c WARN_ON(!PAGE_ALIGNED(udev->data_off)); PAGE_ALIGNED 1031 drivers/tty/serial/atmel_serial.c BUG_ON(!PAGE_ALIGNED(port->state->xmit.buf)); PAGE_ALIGNED 1214 drivers/tty/serial/atmel_serial.c BUG_ON(!PAGE_ALIGNED(ring->buf)); PAGE_ALIGNED 1603 fs/btrfs/check-integrity.c if (!PAGE_ALIGNED(block_ctx->dev_bytenr)) { PAGE_ALIGNED 1784 fs/btrfs/check-integrity.c BUG_ON(!PAGE_ALIGNED(BTRFS_SUPER_INFO_SIZE)); PAGE_ALIGNED 2898 fs/btrfs/check-integrity.c if (!PAGE_ALIGNED(fs_info->nodesize)) { PAGE_ALIGNED 2903 fs/btrfs/check-integrity.c if (!PAGE_ALIGNED(fs_info->sectorsize)) { PAGE_ALIGNED 327 fs/btrfs/compression.c WARN_ON(!PAGE_ALIGNED(start)); PAGE_ALIGNED 2163 fs/btrfs/inode.c WARN_ON(PAGE_ALIGNED(end)); PAGE_ALIGNED 390 fs/cramfs/inode.c if (!PAGE_ALIGNED(address)) PAGE_ALIGNED 468 fs/erofs/zdata.c if (!PAGE_ALIGNED(map->m_pa)) { PAGE_ALIGNED 604 mm/kasan/common.c if (WARN_ON(!PAGE_ALIGNED(shadow_start))) PAGE_ALIGNED 1747 mm/vmalloc.c BUG_ON(!PAGE_ALIGNED(addr)); PAGE_ALIGNED 2235 mm/vmalloc.c if (WARN(!PAGE_ALIGNED(addr), "Trying to vfree() bad address (%p)\n", PAGE_ALIGNED 3005 mm/vmalloc.c if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr)) PAGE_ALIGNED 4333 net/packet/af_packet.c if (unlikely(!PAGE_ALIGNED(req->tp_block_size))) PAGE_ALIGNED 365 net/xdp/xdp_umem.c if (!PAGE_ALIGNED(addr)) { PAGE_ALIGNED 376 virt/kvm/arm/vgic/vgic-v2.c if (!PAGE_ALIGNED(info->vcpu.start) || PAGE_ALIGNED 377 virt/kvm/arm/vgic/vgic-v2.c !PAGE_ALIGNED(resource_size(&info->vcpu))) { PAGE_ALIGNED 605 virt/kvm/arm/vgic/vgic-v3.c } else if (!PAGE_ALIGNED(info->vcpu.start)) {