Searched refs:pgtbl (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/jazz/
H A Djazzdma.c31 static VDMA_PGTBL_ENTRY *pgtbl; variable
54 pgtbl[i].frame = paddr; vdma_pgtbl_init()
55 pgtbl[i].owner = VDMA_PAGE_EMPTY; vdma_pgtbl_init()
70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, vdma_init()
72 BUG_ON(!pgtbl); vdma_init()
73 dma_cache_wback_inv((unsigned long)pgtbl, VDMA_PGTBL_SIZE); vdma_init()
74 pgtbl = (VDMA_PGTBL_ENTRY *)KSEG1ADDR(pgtbl); vdma_init()
81 r4030_write_reg32(JAZZ_R4030_TRSTBL_BASE, CPHYSADDR(pgtbl)); vdma_init()
118 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && vdma_alloc()
126 while (pgtbl[last].owner == VDMA_PAGE_EMPTY vdma_alloc()
142 pgtbl[i].frame = frame; vdma_alloc()
143 pgtbl[i].owner = laddr; vdma_alloc()
162 printk("%08x ", pgtbl[i].frame); vdma_alloc()
165 printk("%08x ", pgtbl[i].owner); vdma_alloc()
187 if (pgtbl[i].owner != laddr) { vdma_free()
194 while (i < VDMA_PGTBL_ENTRIES && pgtbl[i].owner == laddr) { vdma_free()
195 pgtbl[i].owner = VDMA_PAGE_EMPTY; vdma_free()
243 if (pgtbl[first].owner != laddr) { vdma_remap()
248 pgtbl[first].frame = paddr; vdma_remap()
268 printk("%08x ", pgtbl[i].frame); vdma_remap()
271 printk("%08x ", pgtbl[i].owner); vdma_remap()
291 if (pgtbl[i].frame == frame) vdma_phys2log()
308 return pgtbl[laddr >> 12].frame + (laddr & (VDMA_PAGESIZE - 1)); vdma_log2phys()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic.c746 if (dma->pgtbl) { cnic_free_dma()
748 dma->pgtbl, dma->pgtbl_map); cnic_free_dma()
749 dma->pgtbl = NULL; cnic_free_dma()
759 __le32 *page_table = (__le32 *) dma->pgtbl; cnic_setup_page_tbl()
773 __le32 *page_table = (__le32 *) dma->pgtbl; cnic_setup_page_tbl_le()
811 dma->pgtbl = dma_alloc_coherent(&dev->pcidev->dev, dma->pgtbl_size, cnic_alloc_dma()
813 if (dma->pgtbl == NULL) cnic_alloc_dma()
1733 iscsi->hq_info.pgtbl[0]; cnic_setup_bnx2x_ctx()
1735 iscsi->hq_info.pgtbl[1]; cnic_setup_bnx2x_ctx()
1741 iscsi->r2tq_info.pgtbl[0]; cnic_setup_bnx2x_ctx()
1743 iscsi->r2tq_info.pgtbl[1]; cnic_setup_bnx2x_ctx()
1792 iscsi->r2tq_info.pgtbl[0]; cnic_setup_bnx2x_ctx()
1794 iscsi->r2tq_info.pgtbl[1]; cnic_setup_bnx2x_ctx()
1826 iscsi->task_array_info.pgtbl[0]; cnic_setup_bnx2x_ctx()
1828 iscsi->task_array_info.pgtbl[1]; cnic_setup_bnx2x_ctx()
1842 ictx->cstorm_st_context.hq_curr_pbe.lo = iscsi->hq_info.pgtbl[0]; cnic_setup_bnx2x_ctx()
1843 ictx->cstorm_st_context.hq_curr_pbe.hi = iscsi->hq_info.pgtbl[1]; cnic_setup_bnx2x_ctx()
H A Dcnic.h136 u32 *pgtbl; member in struct:cnic_dma
/linux-4.4.14/arch/arc/mm/
H A Dtlbex.S224 ; (3) z = (pgtbl + y * 4)
/linux-4.4.14/arch/arm/kernel/
H A Dhead.S54 .macro pgtbl, rd, phys
181 pgtbl r4, r8 @ page table address
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c1142 static void __init xen_cleanmfnmap_free_pgtbl(void *pgtbl, bool unpin) xen_cleanmfnmap_free_pgtbl() argument
1144 unsigned long pa = __pa(pgtbl) & PHYSICAL_PAGE_MASK; xen_cleanmfnmap_free_pgtbl()

Completed in 243 milliseconds