Searched refs:PAGE_ALIGNED (Results 1 – 17 of 17) sorted by relevance
43 BUG_ON(!PAGE_ALIGNED(image->data)); in init_vdso_image()44 BUG_ON(!PAGE_ALIGNED(image->size)); in init_vdso_image()
235 if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v2_probe()242 if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v2_probe()
266 } else if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v3_probe()270 } else if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v3_probe()
48 if (!PAGE_ALIGNED(addr)) { in change_memory_common()
104 BUG_ON(!PAGE_ALIGNED(bytes)); in msm_iommu_unmap()
260 !PAGE_ALIGNED(md->phys_addr)) in efi_virtmap_init()
437 if (WARN_ON(!PAGE_ALIGNED(shadow_start))) in kasan_module_alloc()
1459 if (WARN(!PAGE_ALIGNED(addr), "Trying to vfree() bad address (%p)\n", in __vunmap()2154 if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr)) in remap_vmalloc_range_partial()
334 if (!PAGE_ALIGNED(off) && i > 0) { in pcpu_count_occupied_pages()341 if (!PAGE_ALIGNED(end) && i + 1 < chunk->map_used) { in pcpu_count_occupied_pages()
52 while (PAGE_ALIGNED((iov->iov_base + iov->iov_len)) && in dio_get_pagev_size()53 (++iov < iovend && PAGE_ALIGNED((iov->iov_base)))) { in dio_get_pagev_size()
987 if (!PAGE_ALIGNED(base)) { in early_init_dt_add_memory_arch()
899 WARN_ON(!PAGE_ALIGNED(udev->data_off)); in tcmu_configure_device()
933 BUG_ON(!PAGE_ALIGNED(port->state->xmit.buf)); in atmel_prepare_tx_dma()1115 BUG_ON(!PAGE_ALIGNED(ring->buf)); in atmel_prepare_rx_dma()
6668 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()6686 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()6701 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()9063 if (!PAGE_ALIGNED(vmcs12->apic_access_addr) || in nested_get_vmcs12_pages()9080 if (!PAGE_ALIGNED(vmcs12->virtual_apic_page_addr) || in nested_get_vmcs12_pages()9169 if (!PAGE_ALIGNED(vmcs12->msr_bitmap) || in nested_vmx_check_msr_bitmap_controls()
91 #define PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)addr, PAGE_SIZE) macro
431 if (!PAGE_ALIGNED(req->nm_block_size)) in netlink_set_ring()
4108 if (unlikely(!PAGE_ALIGNED(req->tp_block_size))) in packet_set_ring()