Searched refs:PAGE_ALIGN (Results 201 - 225 of 448) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1229 size = PAGE_ALIGN(size);
H A Dvmwgfx_execbuf.c3797 PAGE_ALIGN(sw_context->cmd_bounce_size +
/linux-master/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c39 size = PAGE_ALIGN(size);
H A Dxe_dsb_buffer.c46 NULL, PAGE_ALIGN(size),
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.h264 return PAGE_ALIGN(bo->ttm.base.size);
H A Dxe_guc_ads.c131 return PAGE_ALIGN(ads->golden_lrc_size);
137 return PAGE_ALIGN(PAGE_SIZE);
152 return PAGE_ALIGN(ads_to_guc(ads)->fw.private_data_size);
167 return PAGE_ALIGN(offset);
177 return PAGE_ALIGN(offset);
187 return PAGE_ALIGN(offset);
197 return PAGE_ALIGN(offset);
256 alloc_size = PAGE_ALIGN(real_size);
640 alloc_size = PAGE_ALIGN(real_size);
H A Dxe_guc_hwconfig.c80 bo = xe_managed_bo_create_pin_map(xe, tile, PAGE_ALIGN(size),
H A Dxe_guc_pc.c868 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
990 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
H A Dxe_lmtt.c70 PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) *
492 pt_size = PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) *
497 pt_size += PAGE_ALIGN(lmtt->ops->lmtt_pte_size(level) *
H A Dxe_migrate.c734 PAGE_ALIGN(xe_device_ccs_bytes(xe, size)),
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c386 buf->len = PAGE_ALIGN(size);
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c100 dma_free_coherent(block->queue->dev, PAGE_ALIGN(block->size),
174 block->vaddr = dma_alloc_coherent(queue->dev, PAGE_ALIGN(size),
291 if (PAGE_ALIGN(queue->fileio.block_size) == PAGE_ALIGN(size))
/linux-master/drivers/infiniband/core/
H A Dumem.c161 PAGE_ALIGN(addr + size) < (addr + size))
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1048 bytes = PAGE_ALIGN(bytes);
1062 bytes = PAGE_ALIGN(bytes);
1712 bytes = PAGE_ALIGN(bytes);
H A Dmain.c412 *db_len = PAGE_ALIGN(le16_to_cpu(resp.l2_doorbell_bar_size_kb) * 1024);
413 *offset = PAGE_ALIGN(le16_to_cpu(resp.legacy_l2_db_size_kb) * 1024);
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c2285 sq_key_mm->len = PAGE_ALIGN(qhp->wq.sq.memsize);
2290 rq_key_mm->len = PAGE_ALIGN(qhp->wq.rq.memsize);
2765 srq_key_mm->len = PAGE_ALIGN(srq->wq.memsize);
/linux-master/drivers/infiniband/hw/efa/
H A Defa_verbs.c523 length = PAGE_ALIGN(params->sq_ring_size_in_bytes +
710 qp->rq_size = PAGE_ALIGN(create_qp_params.rq_ring_size_in_bytes);
1147 cq->size = PAGE_ALIGN(cmd.cq_entry_size * entries * cmd.num_sub_cqs);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c298 size = PAGE_ALIGN(size);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c367 memlen = PAGE_ALIGN(uctxt->sc->credits * PIO_BLOCK_SIZE);
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries);
H A Dhfi.h322 return PAGE_ALIGN(rcd->rcvhdrq_cnt *
H A Dinit.c905 len = PAGE_ALIGN(chip_rcv_contexts(dd) * HFI1_MAX_SHARED_CTXTS *
H A Dmmu_rb.c39 return PAGE_ALIGN(node->addr + node->len) - 1;
H A Duser_sdma.c165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps)
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1063 size = PAGE_ALIGN(qp->send_wqe_offset +
1086 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset +
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c939 uresp.page_size = PAGE_ALIGN(cq->len);
1073 PAGE_ALIGN(cq->len));
1187 uresp.sq_page_size = PAGE_ALIGN(qp->sq.len);
1193 uresp.rq_page_size = PAGE_ALIGN(qp->rq.len);
1718 PAGE_ALIGN(qp->sq.len));
1721 PAGE_ALIGN(qp->rq.len));
1864 PAGE_ALIGN(srq->rq.len));

Completed in 468 milliseconds

1234567891011>>