Home
last modified time | relevance | path

Searched refs:pgtbl (Results 1 – 4 of 4) sorted by relevance

/arch/mips/jazz/
Djazzdma.c31 static VDMA_PGTBL_ENTRY *pgtbl; variable
54 pgtbl[i].frame = paddr; in vdma_pgtbl_init()
55 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_pgtbl_init()
70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()
72 BUG_ON(!pgtbl); in vdma_init()
73 dma_cache_wback_inv((unsigned long)pgtbl, VDMA_PGTBL_SIZE); in vdma_init()
74 pgtbl = (VDMA_PGTBL_ENTRY *)CKSEG1ADDR((unsigned long)pgtbl); in vdma_init()
82 CPHYSADDR((unsigned long)pgtbl)); in vdma_init()
119 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && in vdma_alloc()
127 while (pgtbl[last].owner == VDMA_PAGE_EMPTY in vdma_alloc()
[all …]
/arch/arm/kernel/
Dhead.S54 .macro pgtbl, rd, phys macro
181 pgtbl r4, r8 @ page table address
/arch/arc/mm/
Dtlbex.S224 ; (3) z = (pgtbl + y * 4)
/arch/x86/xen/
Dmmu.c1142 static void __init xen_cleanmfnmap_free_pgtbl(void *pgtbl, bool unpin) in xen_cleanmfnmap_free_pgtbl() argument
1144 unsigned long pa = __pa(pgtbl) & PHYSICAL_PAGE_MASK; in xen_cleanmfnmap_free_pgtbl()