Searched refs:PAGE_ALIGN (Results 326 - 350 of 448) sorted by relevance

<<1112131415161718

/linux-master/arch/alpha/kernel/
H A Dsetup.c290 start = memblock_alloc(PAGE_ALIGN(size), PAGE_SIZE);
/linux-master/drivers/video/fbdev/
H A Dimxfb.c998 fbi->map_size = PAGE_ALIGN(info->fix.smem_len);
H A Dsa1100fb.c1036 fbi->map_size = PAGE_ALIGN(fbi->fb.fix.smem_len + PAGE_SIZE);
H A Dacornfb.c992 size = PAGE_ALIGN(size);
/linux-master/drivers/media/usb/airspy/
H A Dairspy.c493 sizes[0] = PAGE_ALIGN(s->buffersize);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c431 buf_size = PAGE_ALIGN(q_depth * max_msg_size);
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c1267 csi2->video_out.capture_mem = PAGE_ALIGN(4096 * 4096) * 3;
H A Dispccp2.c1111 ccp2->video_in.capture_mem = PAGE_ALIGN(4096 * 4096) * 3;
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c303 sizes[0] = PAGE_ALIGN(NETUP_DMA_PACKETS_COUNT * 188);
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.c1290 csi2->video_out.capture_mem = PAGE_ALIGN(4096 * 4096) * 3;
H A Diss_resizer.c802 resizer->video_out.capture_mem = PAGE_ALIGN(4096 * 4096) * 3;
/linux-master/net/core/
H A Ddatagram.c661 truesize = PAGE_ALIGN(copied + start);
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c1129 end = PAGE_ALIGN(end);
H A Dirq_64.c1023 unsigned long size = PAGE_ALIGN(qmask + 1);
H A Dleon_pci_grpci2.c625 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN(
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c610 sizes[0] = PAGE_ALIGN(dev->buffersize);
/linux-master/drivers/nvdimm/
H A Dpmem.c272 PAGE_ALIGN((first_bad - sector) << SECTOR_SHIFT));
/linux-master/arch/arm/kernel/
H A Dsetup.c768 aligned_start = PAGE_ALIGN(start);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c58 bp.size = PAGE_ALIGN((npdes + 1) * 8);
/linux-master/sound/pci/
H A Dvia82xx_modem.c276 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8),
H A Datiixp_modem.c298 PAGE_ALIGN(ATI_MAX_DESCRIPTORS * sizeof(struct atiixp_dma_desc))
/linux-master/drivers/of/
H A Dfdt.c1119 base = PAGE_ALIGN(base);
/linux-master/arch/x86/xen/
H A Dsetup.c545 start = PAGE_ALIGN(start);
/linux-master/drivers/firmware/efi/
H A Defi.c673 size = PAGE_ALIGN(sizeof(*unaccepted) + unaccepted->size);
/linux-master/net/rds/
H A Drdma.c202 PAGE_ALIGN(args->vec.addr + args->vec.bytes) <

Completed in 413 milliseconds

<<1112131415161718