Searched refs:PAGE_ALIGN (Results 276 - 300 of 448) sorted by last modified time

<<1112131415161718

/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c604 fbi->fb_start = dma_alloc_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size),
636 dma_free_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size), fbi->fb_start,
/linux-master/drivers/video/fbdev/
H A Dleo.c569 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dffb.c942 par->fbsize = PAGE_ALIGN(info->var.xres * info->var.yres * 4);
H A Dcontrolfb.c740 mmio_pgoff = PAGE_ALIGN((start & ~PAGE_MASK) + len) >> PAGE_SHIFT;
H A Dcg6.c768 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dcg3.c374 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dcg14.c482 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dbw2.c309 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Datafb.c2074 fix->smem_len = PAGE_ALIGN(external_len);
3068 mem_req = PAGE_ALIGN(mem_req) + PAGE_SIZE;
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmmap.c128 size = PAGE_ALIGN(size);
158 size = PAGE_ALIGN(size);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c39 return PAGE_ALIGN(node->addr + node->len) - 1;
H A Dinit.c905 len = PAGE_ALIGN(chip_rcv_contexts(dd) * HFI1_MAX_SHARED_CTXTS *
H A Dhfi.h322 return PAGE_ALIGN(rcd->rcvhdrq_cnt *
H A Dfile_ops.c367 memlen = PAGE_ALIGN(uctxt->sc->credits * PIO_BLOCK_SIZE);
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries);
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd_interface_43.h18 #define PXP43_MAX_HECI_INOUT_SIZE (PAGE_ALIGN(SZ_64K + SZ_1K))
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c291 return __create_vma(t, PAGE_ALIGN(t->width * t->height * 4), lmem);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-smc.c176 args_virt = kzalloc(PAGE_ALIGN(alloc_len), flag);
H A Dqcom_scm-legacy.c151 cmd = kzalloc(PAGE_ALIGN(alloc_len), GFP_KERNEL);
/linux-master/arch/powerpc/kernel/
H A Dpaca.c62 size_t shared_lppaca_total_size = PAGE_ALIGN(nr_cpu_ids * LPPACA_SIZE);
H A Dfadump.c373 size = PAGE_ALIGN(size);
381 size = PAGE_ALIGN(size);
466 fw_dump.boot_mem_top = PAGE_ALIGN(fw_dump.boot_memory_size + hole_size);
517 base = PAGE_ALIGN(mstart);
526 base = PAGE_ALIGN(base);
554 PAGE_ALIGN(fadump_calculate_reserve_size());
796 count = PAGE_ALIGN(size) / PAGE_SIZE;
812 fw_dump.cpu_notes_buf_size = PAGE_ALIGN(fw_dump.cpu_notes_buf_size);
/linux-master/arch/m68k/sun3x/
H A Ddvma.c90 end = PAGE_ALIGN(vaddr + len);
/linux-master/arch/m68k/mm/
H A Dsun3kmap.c76 size = PAGE_ALIGN(size);
H A Dmcfmmu.c174 memstart = PAGE_ALIGN(_ramstart);
/linux-master/arch/m68k/atari/
H A Dstram.c162 size = PAGE_ALIGN(size);
/linux-master/fs/proc/
H A Dtask_nommu.c113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
115 *data = (PAGE_ALIGN(mm->start_stack) - (mm->start_data & PAGE_MASK))

Completed in 210 milliseconds

<<1112131415161718