Searched refs:pgtbl (Results 1 – 6 of 6) sorted by relevance
34 static VDMA_PGTBL_ENTRY *pgtbl; variable57 pgtbl[i].frame = paddr; in vdma_pgtbl_init()58 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_pgtbl_init()73 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()75 BUG_ON(!pgtbl); in vdma_init()76 dma_cache_wback_inv((unsigned long)pgtbl, VDMA_PGTBL_SIZE); in vdma_init()77 pgtbl = (VDMA_PGTBL_ENTRY *)CKSEG1ADDR((unsigned long)pgtbl); in vdma_init()85 CPHYSADDR((unsigned long)pgtbl)); in vdma_init()123 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && in vdma_alloc()131 while (pgtbl[last].owner == VDMA_PAGE_EMPTY in vdma_alloc()[all …]
51 .macro pgtbl, rd, phys macro178 pgtbl r4, r8 @ page table address
746 if (dma->pgtbl) { in cnic_free_dma()748 dma->pgtbl, dma->pgtbl_map); in cnic_free_dma()749 dma->pgtbl = NULL; in cnic_free_dma()759 __le32 *page_table = (__le32 *) dma->pgtbl; in cnic_setup_page_tbl()773 __le32 *page_table = (__le32 *) dma->pgtbl; in cnic_setup_page_tbl_le()811 dma->pgtbl = dma_alloc_coherent(&dev->pcidev->dev, dma->pgtbl_size, in cnic_alloc_dma()813 if (dma->pgtbl == NULL) in cnic_alloc_dma()1733 iscsi->hq_info.pgtbl[0]; in cnic_setup_bnx2x_ctx()1735 iscsi->hq_info.pgtbl[1]; in cnic_setup_bnx2x_ctx()1741 iscsi->r2tq_info.pgtbl[0]; in cnic_setup_bnx2x_ctx()[all …]
136 u32 *pgtbl; member
221 ; (3) z = (pgtbl + y * 4)
1127 static void __init xen_cleanmfnmap_free_pgtbl(void *pgtbl, bool unpin) in xen_cleanmfnmap_free_pgtbl() argument1129 unsigned long pa = __pa(pgtbl) & PHYSICAL_PAGE_MASK; in xen_cleanmfnmap_free_pgtbl()