Searched refs:iopte (Results 1 – 2 of 2) sorted by relevance
| /drivers/iommu/ |
| A D | omap-iommu.c | 473 if (iopte) { in iopte_free() 487 u32 *iopte; in iopte_alloc() local 502 if (!iopte) in iopte_alloc() 539 __func__, da, iopgd, *iopgd, iopte, *iopte); in iopte_alloc() 541 return iopte; in iopte_alloc() 585 if (IS_ERR(iopte)) in iopte_alloc_page() 592 __func__, da, pa, iopte, *iopte); in iopte_alloc_page() 697 *ppte = iopte; in iopgtable_lookup_entry() 723 memset(iopte, 0, nent * sizeof(*iopte)); in iopgtable_clear_entry_core() 732 if (iopte[i]) in iopgtable_clear_entry_core() [all …]
|
| A D | omap-iommu-debug.c | 184 u32 *iopgd, *iopte; in dump_ioptable() local 200 iopte = iopte_offset(iopgd, 0); in dump_ioptable() 201 for (j = 0; j < PTRS_PER_IOPTE; j++, iopte++) { in dump_ioptable() 202 if (!*iopte) in dump_ioptable() 206 seq_printf(s, "2: 0x%08x 0x%08x\n", da, *iopte); in dump_ioptable()
|
Completed in 11 milliseconds