Searched refs:PAGE_ALIGN (Results 226 - 250 of 448) sorted by last modified time

1234567891011>>

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c384 i += PAGE_ALIGN(sge_bytes + offset) >> PAGE_SHIFT;
H A Dsiw_mem.c371 num_pages = PAGE_ALIGN(start + len - first_page_va) >> PAGE_SHIFT;
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps)
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c298 size = PAGE_ALIGN(size);
/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/gpu/drm/xe/
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) *
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c46 NULL, PAGE_ALIGN(size),
H A Dintel_fbdev_fb.c39 size = PAGE_ALIGN(size);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c589 args->size = PAGE_ALIGN(args->pitch * args->height);
1346 size = PAGE_ALIGN(gsize.bytes);
1397 gsize.bytes = PAGE_ALIGN(size);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c669 args->size = PAGE_ALIGN(args->pitch * args->height);
1176 size = PAGE_ALIGN(size);
1269 size = PAGE_ALIGN(dmabuf->size);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc.c247 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
H A Dintel_guc_capture.c511 *size = PAGE_ALIGN((sizeof(struct guc_debug_capture_list)) +
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dsb_buffer.c43 obj = i915_gem_object_create_lmem(i915, PAGE_ALIGN(size),
48 obj = i915_gem_object_create_internal(i915, PAGE_ALIGN(size));
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c470 end = PAGE_ALIGN(userptr + size);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c2394 PAGE_ALIGN(addr + size) < (addr + size)) {
2408 end = PAGE_ALIGN(addr + size);
/linux-master/mm/damon/
H A Dvaddr.c638 unsigned long start = PAGE_ALIGN(r->ar.start);
639 unsigned long len = PAGE_ALIGN(damon_sz_region(r));
/linux-master/kernel/
H A Drelay.c113 *size = PAGE_ALIGN(*size);
505 chan->alloc_size = PAGE_ALIGN(subbuf_size * n_subbufs);
/linux-master/ipc/
H A Dshm.c1804 size = PAGE_ALIGN(size);
/linux-master/fs/ocfs2/
H A Dalloc.c6895 last_page_bytes = PAGE_ALIGN(end);
/linux-master/fs/gfs2/
H A Dglops.c172 loff_t end = PAGE_ALIGN((rgd->rd_addr + rgd->rd_length) * bsize) - 1;
233 end = PAGE_ALIGN((rgd->rd_addr + rgd->rd_length) * bsize) - 1;
/linux-master/arch/mips/include/asm/
H A Dprocessor.h80 #define TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h73 #define TASK_UNMAPPED_ALIGN(addr, off) PAGE_ALIGN(addr)
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c706 unsigned int npages = PAGE_ALIGN(sz) >> PAGE_SHIFT;
723 unsigned int npages = PAGE_ALIGN(sz) >> PAGE_SHIFT;
/linux-master/arch/x86/realmode/
H A Dinit.c97 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);
188 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);
191 PAGE_ALIGN(real_mode_header->ro_end) -
195 PAGE_ALIGN(real_mode_header->ro_end) -
/linux-master/arch/x86/kernel/
H A Dmodule.c73 if (PAGE_ALIGN(size) > MODULES_LEN)

Completed in 415 milliseconds

1234567891011>>