Searched refs:PAGE_ALIGN (Results 276 - 300 of 448) sorted by relevance

<<1112131415161718

/linux-master/arch/mips/kernel/
H A Dprocess.c693 top -= PAGE_ALIGN(current->thread.abi->vdso->size);
/linux-master/drivers/staging/media/imx/
H A Dimx-media-utils.c589 buf->len = PAGE_ALIGN(size);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc.c247 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
/linux-master/drivers/video/fbdev/
H A Dau1100fb.c462 PAGE_ALIGN(fbdev->fb_len),
H A Dvt8500lcdfb.c364 fbi->palette_size = PAGE_ALIGN(512);
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c762 ipipeif->video_out.capture_mem = PAGE_ALIGN(4096 * 4096) * 3;
/linux-master/arch/parisc/kernel/
H A Dcache.c576 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c701 obj = i915_gem_object_create_internal(vm->i915, PAGE_ALIGN(size));
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c591 size = PAGE_ALIGN(size);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c322 oc_conf->opalcorebuf_sz = PAGE_ALIGN(hdr_size + cpu_notes_size);
/linux-master/arch/x86/kernel/
H A Dkexec-bzimage64.c508 kbuf.memsz = PAGE_ALIGN(header->init_size);
/linux-master/drivers/accel/ivpu/
H A Divpu_fw.c192 fw->shave_nn_size = PAGE_ALIGN(fw_hdr->shave_nn_fw_size);
/linux-master/drivers/scsi/
H A Dsun_esp.c421 u32 end = PAGE_ALIGN(addr + dma_count + 16U);
/linux-master/sound/soc/amd/ps/
H A Dps-sdw-dma.c290 stream->num_pages = (PAGE_ALIGN(size) >> PAGE_SHIFT);
/linux-master/mm/
H A Dmprotect.c702 len = PAGE_ALIGN(len);
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci1.c431 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN((unsigned long) &_end));
H A Dmdesc.c171 alloc_size = PAGE_ALIGN(handle_size);
191 alloc_size = PAGE_ALIGN(hp->handle_size);
/linux-master/arch/powerpc/kernel/
H A Dprom.c86 memory_limit = PAGE_ALIGN(memparse(p, &p));
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c1369 if (end > PAGE_ALIGN(start+1))
1370 end = PAGE_ALIGN(start+1);
/linux-master/sound/pci/mixart/
H A Dmixart.c1363 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS *
1374 size = PAGE_ALIGN( (MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS *
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c1750 res->video_in.capture_mem = PAGE_ALIGN(4096 * 4096) * 2 * 3;
1755 res->video_out.capture_mem = PAGE_ALIGN(4096 * 4096) * 2 * 3;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c491 slot_mem_size = PAGE_ALIGN(TOTAL_SLOTS * VCHIQ_SLOT_SIZE);
492 frag_mem_size = PAGE_ALIGN(g_fragments_size * MAX_FRAGMENTS);
/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/gpu/drm/tegra/
H A Ddrm.c1019 size = PAGE_ALIGN(size);
1075 size = PAGE_ALIGN(size);
/linux-master/drivers/acpi/apei/
H A Dghes.c207 addr = (unsigned long)vmalloc(PAGE_ALIGN(len));
211 rc = gen_pool_add(ghes_estatus_pool, addr, PAGE_ALIGN(len), -1);

Completed in 383 milliseconds

<<1112131415161718