Searched refs:VDMA_PGTBL_ENTRIES (Results 1 – 2 of 2) sorted by relevance
52 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { in vdma_pgtbl_init()120 first < VDMA_PGTBL_ENTRIES) first++; in vdma_alloc()121 if (first + pages > VDMA_PGTBL_ENTRIES) { in vdma_alloc()194 while (pgtbl[i].owner == laddr && i < VDMA_PGTBL_ENTRIES) { in vdma_free()233 if (first + pages > VDMA_PGTBL_ENTRIES) { in vdma_remap()240 while (pages > 0 && first < VDMA_PGTBL_ENTRIES) { in vdma_remap()288 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { in vdma_phys2log()293 if (i == VDMA_PGTBL_ENTRIES) in vdma_phys2log()
31 #define VDMA_PGTBL_ENTRIES 4096 macro32 #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES)