Searched refs:PAGE_ALIGN (Results 51 - 75 of 448) sorted by last modified time

1234567891011>>

/linux-master/arch/powerpc/kexec/
H A Dcore.c134 crash_base = PAGE_ALIGN(crashk_res.start);
142 crash_size = PAGE_ALIGN(crash_size);
/linux-master/arch/powerpc/kernel/
H A Dprom.c86 memory_limit = PAGE_ALIGN(memparse(p, &p));
H A Dprom_init.c1723 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000);
1769 alloc_bottom = PAGE_ALIGN(prom_initrd_end);
2737 mem_start = PAGE_ALIGN(mem_start);
2752 mem_start = PAGE_ALIGN(mem_start);
2757 dt_struct_end = PAGE_ALIGN(mem_start);
/linux-master/arch/arm/mm/
H A Dinit.c485 poison_init_mem((void *)start, PAGE_ALIGN(end) - start);
/linux-master/drivers/virtio/
H A Dvirtio_ring.c319 void *queue = alloc_pages_exact(PAGE_ALIGN(size), flag);
337 free_pages_exact(queue, PAGE_ALIGN(size));
352 free_pages_exact(queue, PAGE_ALIGN(size));
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c581 bounce_pfns = PAGE_ALIGN(bounce_size) >> PAGE_SHIFT;
594 domain->bounce_size = PAGE_ALIGN(bounce_size);
/linux-master/arch/x86/xen/
H A Dsetup.c545 start = PAGE_ALIGN(start);
H A Denlighten_pvh.c134 next->addr = PAGE_ALIGN(e->addr) + PFN_PHYS(pages);
/linux-master/fs/nfs/
H A Dpnfs.c2143 arg.length = PAGE_ALIGN(arg.length);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1832 phys_len = PAGE_ALIGN(pci_resource_len(pdev, index));
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3651 f->sizeimage = PAGE_ALIGN(height * bytes);
4423 f->fmt.pix.priv = PAGE_ALIGN(pipe->pix.width *
/linux-master/drivers/of/
H A Dfdt.c1119 base = PAGE_ALIGN(base);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c5246 qp_dma_size = PAGE_ALIGN(qp_dma_size) + PAGE_SIZE;
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c625 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN(
H A Dldc.c2238 npages = PAGE_ALIGN(((cookie & ~PAGE_MASK) + size)) >> PAGE_SHIFT;
H A Dleon_pci_grpci1.c431 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN((unsigned long) &_end));
H A Dirq_64.c1023 unsigned long size = PAGE_ALIGN(qmask + 1);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c196 end = PAGE_ALIGN(end); // aligns up
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c57 cur = start + PAGE_ALIGN(size);
100 size = PAGE_ALIGN(size + offset_in_page(phys));
123 end = PAGE_ALIGN(end);
165 end = PAGE_ALIGN((u64)hyp_phys_to_page(end));
/linux-master/tools/testing/selftests/mm/
H A Dmlock-random-test.c25 #define PAGE_ALIGN(size, ps) (((size) + ((ps) - 1)) & ~((ps) - 1)) macro
176 if (locked_vm_size > PAGE_ALIGN(alloc_size, page_size) + page_size)
/linux-master/sound/soc/amd/ps/
H A Dps-sdw-dma.c290 stream->num_pages = (PAGE_ALIGN(size) >> PAGE_SHIFT);
H A Dps-pdm-dma.c230 rtd->num_pages = (PAGE_ALIGN(size) >> PAGE_SHIFT);
/linux-master/sound/pci/
H A Dvia82xx.c421 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8),
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))

Completed in 301 milliseconds

1234567891011>>