Searched refs:PAGE_ALIGN (Results 1 – 19 of 19) sorted by relevance
88 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()
222 #define PAGE_ALIGN(addr) round_page(addr) macro
40 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
141 g_slot_mem_size = PAGE_ALIGN(TOTAL_SLOTS * VCHIQ_SLOT_SIZE); in vchiq_platform_init()143 frag_mem_size = PAGE_ALIGN(g_fragment_size * MAX_FRAGMENTS); in vchiq_platform_init()
244 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()
254 #define PAGE_ALIGN(addr) round_page(addr) macro
1315 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()
459 return PAGE_ALIGN(size); in ttm_round_pot()
260 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()
423 #define PAGE_ALIGN(addr) round_page(addr) macro
134 #define PAGE_ALIGN(ptr) \ macro147 (b)->mdl_startva = (void *)PAGE_ALIGN((baseva)); \
413 chunk_size = PAGE_ALIGN(size - in mlx4_init_icm_table()
919 npages = PAGE_ALIGN(eq->nent * (MLX4_EQ_ENTRY_SIZE << dev->caps.eqe_factor)) / PAGE_SIZE; in mlx4_create_eq()1023 int npages = PAGE_ALIGN((MLX4_EQ_ENTRY_SIZE << dev->caps.eqe_factor) * eq->nent) / PAGE_SIZE; in mlx4_free_eq()
108 #define MLX4_EN_ALLOC_SIZE PAGE_ALIGN(PAGE_SIZE)
102 #define MLX4_EN_ALLOC_SIZE PAGE_ALIGN(PAGE_SIZE)
1052 size = PAGE_ALIGN(qp->send_wqe_offset + in mthca_alloc_wqe_buf()1075 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset + in mthca_free_wqe_buf()
1593 mm1->len = PAGE_ALIGN(qhp->wq.sq.memsize); in c4iw_create_qp()1599 mm2->len = PAGE_ALIGN(qhp->wq.rq.memsize); in c4iw_create_qp()