Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
HDmga_warp.c88 return PAGE_ALIGN(mga_warp_g400_microcode_size); in mga_warp_microcode_size()
90 return PAGE_ALIGN(mga_warp_g200_microcode_size); in mga_warp_microcode_size()
HDdrmP.h221 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_umem.h76 return PAGE_ALIGN(umem->address + umem->length); in ib_umem_end()
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_2835_arm.c142 g_slot_mem_size = PAGE_ALIGN(TOTAL_SLOTS * VCHIQ_SLOT_SIZE); in vchiq_platform_init()
144 frag_mem_size = PAGE_ALIGN(g_fragment_size * MAX_FRAGMENTS); in vchiq_platform_init()
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDmm.h45 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
HDscatterlist.h409 return (PAGE_ALIGN(sg->offset + sg->length) >> PAGE_SHIFT); in sg_page_count()
/freebsd-11-stable/sys/dev/drm2/
HDdrm_bufs.c244 map->size = PAGE_ALIGN(map->size); in drm_addmap_core()
711 ? PAGE_ALIGN(size) : size; in drm_addbufs_agp()
889 ? PAGE_ALIGN(size) : size; in drm_addbufs_pci()
1087 ? PAGE_ALIGN(size) : size; in drm_addbufs_sg()
1243 ? PAGE_ALIGN(size) : size; in drm_addbufs_fb()
HDdrm_os_freebsd.h303 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/dev/drm2/ttm/
HDttm_bo.c1315 unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT; in ttm_bo_acc_size()
1319 size += PAGE_ALIGN(npages * sizeof(void *)); in ttm_bo_acc_size()
1328 unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT; in ttm_bo_dma_acc_size()
1332 size += PAGE_ALIGN(npages * sizeof(void *)); in ttm_bo_dma_acc_size()
1333 size += PAGE_ALIGN(npages * sizeof(dma_addr_t)); in ttm_bo_dma_acc_size()
HDttm_memory.c459 return PAGE_ALIGN(size); in ttm_round_pot()
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_umem.c114 PAGE_ALIGN(addr + size) < (addr + size)) in ib_umem_get()
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c260 mm->len = PAGE_ALIGN((1UL << uresp.size_log2) * in iwch_create_cq()
264 mm->len = PAGE_ALIGN(((1UL << uresp.size_log2) + 1) * in iwch_create_cq()
901 mm1->len = PAGE_ALIGN(wqsize * sizeof (union t3_wr)); in iwch_create_qp()
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h423 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/compat/ndis/
HDntoskrnl_var.h134 #define PAGE_ALIGN(ptr) \ macro
147 (b)->mdl_startva = (void *)PAGE_ALIGN((baseva)); \
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_icm.c415 chunk_size = PAGE_ALIGN(size - in mlx4_init_icm_table()
HDmlx4_eq.c975 npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE; in mlx4_create_eq()
1081 int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE; in mlx4_free_eq()
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
HDen.h113 #define MLX4_EN_ALLOC_SIZE PAGE_ALIGN(PAGE_SIZE)
/freebsd-11-stable/sys/dev/mthca/
HDmthca_qp.c1042 size = PAGE_ALIGN(qp->send_wqe_offset + in mthca_alloc_wqe_buf()
1065 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset + in mthca_free_wqe_buf()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDqp.c1848 sq_key_mm->len = PAGE_ALIGN(qhp->wq.sq.memsize); in c4iw_create_qp()
1855 rq_key_mm->len = PAGE_ALIGN(qhp->wq.rq.memsize); in c4iw_create_qp()