Lines Matching refs:iop
41 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
51 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
52 if (!iop) in alloc_io_pgtable_ops()
55 iop->fmt = fmt; in alloc_io_pgtable_ops()
56 iop->cookie = cookie; in alloc_io_pgtable_ops()
57 iop->cfg = *cfg; in alloc_io_pgtable_ops()
59 return &iop->ops; in alloc_io_pgtable_ops()
69 struct io_pgtable *iop; in free_io_pgtable_ops() local
74 iop = io_pgtable_ops_to_pgtable(ops); in free_io_pgtable_ops()
75 io_pgtable_tlb_flush_all(iop); in free_io_pgtable_ops()
76 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()