Searched refs:PAGE_ALIGN (Results 151 - 175 of 448) sorted by path

1234567891011>>

/linux-master/drivers/dma-buf/
H A Ddma-heap.c63 len = PAGE_ALIGN(len);
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c283 size_t size = PAGE_ALIGN(len);
H A Dsystem_heap.c220 int npages = PAGE_ALIGN(buffer->len) / PAGE_SIZE;
/linux-master/drivers/dma/
H A Ddma-axi-dmac.c546 hws = dma_alloc_coherent(dev, PAGE_ALIGN(num_sgs * sizeof(*hws)),
577 dma_free_coherent(dev, PAGE_ALIGN(desc->num_sgs * sizeof(*hw)),
/linux-master/drivers/dma/sh/
H A Drcar-dmac.c736 size = PAGE_ALIGN(size);
/linux-master/drivers/firewire/
H A Dohci.c3280 end_page = PAGE_ALIGN(payload_index + p->payload_length) >> PAGE_SHIFT;
/linux-master/drivers/firmware/efi/
H A Defi-init.c251 PAGE_ALIGN(data.size + (data.phys_map & ~PAGE_MASK)));
H A Defi.c673 size = PAGE_ALIGN(sizeof(*unaccepted) + unaccepted->size);
/linux-master/drivers/firmware/google/
H A Dframebuffer-coreboot.c59 length = PAGE_ALIGN(fb->y_resolution * fb->bytes_per_line);
/linux-master/drivers/firmware/
H A Discsi_ibft_find.c90 memblock_reserve(ibft_phys_addr, PAGE_ALIGN(len));
H A Draspberrypi.c100 buf = dma_alloc_coherent(fw->cl.dev, PAGE_ALIGN(size), &bus_addr,
129 dma_free_coherent(fw->cl.dev, PAGE_ALIGN(size), buf, bus_addr);
H A Dsysfb_simplefb.c132 length = PAGE_ALIGN(length);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-legacy.c151 cmd = kzalloc(PAGE_ALIGN(alloc_len), GFP_KERNEL);
H A Dqcom_scm-smc.c176 args_virt = kzalloc(PAGE_ALIGN(alloc_len), flag);
/linux-master/drivers/fpga/
H A Ddfl-afu-region.c77 region_size = PAGE_ALIGN(region_size);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1765 aligned_size = PAGE_ALIGN(size);
H A Damdgpu_gmc.c58 bp.size = PAGE_ALIGN((npdes + 1) * 8);
H A Damdgpu_vce.c615 fpfn = PAGE_ALIGN(offset) >> PAGE_SHIFT;
619 lpfn = (0x100000000ULL - PAGE_ALIGN(offset)) >> PAGE_SHIFT;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1168 WRITE_ONCE(pdd->vram_usage, pdd->vram_usage + PAGE_ALIGN(size));
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c105 memset(obj->addr, 0, PAGE_ALIGN(size));
/linux-master/drivers/gpu/drm/
H A Ddrm_dumb_buffers.c83 if (PAGE_ALIGN(size) == 0)
H A Ddrm_gem_shmem_helper.c59 size = PAGE_ALIGN(size);
496 args->size = PAGE_ALIGN(args->pitch * args->height);
502 args->size = PAGE_ALIGN(args->pitch * args->height);
759 size_t size = PAGE_ALIGN(attach->dmabuf->size);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c591 size = PAGE_ALIGN(size);
H A Detnaviv_gem_prime.c116 size_t size = PAGE_ALIGN(attach->dmabuf->size);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c470 end = PAGE_ALIGN(userptr + size);

Completed in 705 milliseconds

1234567891011>>