Searched refs:PAGE_ALIGN (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem.h76 return PAGE_ALIGN(umem->address + umem->length);
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c141 g_slot_mem_size = PAGE_ALIGN(TOTAL_SLOTS * VCHIQ_SLOT_SIZE);
143 frag_mem_size = PAGE_ALIGN(g_fragment_size * MAX_FRAGMENTS);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c112 PAGE_ALIGN(addr + size) < (addr + size))
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h47 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
H A Dscatterlist.h494 return (PAGE_ALIGN(sg->offset + sg->length) >> PAGE_SHIFT);
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h420 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_bufs.c241 map->size = PAGE_ALIGN(map->size);
708 ? PAGE_ALIGN(size) : size;
886 ? PAGE_ALIGN(size) : size;
1084 ? PAGE_ALIGN(size) : size;
1240 ? PAGE_ALIGN(size) : size;
H A Ddrm_os_freebsd.h310 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo.c1313 unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
1317 size += PAGE_ALIGN(npages * sizeof(void *));
1326 unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
1330 size += PAGE_ALIGN(npages * sizeof(void *));
1331 size += PAGE_ALIGN(npages * sizeof(dma_addr_t));
H A Dttm_memory.c457 return PAGE_ALIGN(size);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c415 chunk_size = PAGE_ALIGN(size -
H A Dmlx4_eq.c972 npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE;
1078 int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Den.h121 #define MLX4_EN_ALLOC_SIZE PAGE_ALIGN(PAGE_SIZE)
/freebsd-current/sys/dev/mthca/
H A Dmthca_qp.c1047 size = PAGE_ALIGN(qp->send_wqe_offset +
1070 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset +
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1851 sq_key_mm->len = PAGE_ALIGN(qhp->wq.sq.memsize);
1858 rq_key_mm->len = PAGE_ALIGN(qhp->wq.rq.memsize);

Completed in 281 milliseconds