Lines Matching refs:iop
47 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
57 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
58 if (!iop) in alloc_io_pgtable_ops()
61 iop->fmt = fmt; in alloc_io_pgtable_ops()
62 iop->cookie = cookie; in alloc_io_pgtable_ops()
63 iop->cfg = *cfg; in alloc_io_pgtable_ops()
65 return &iop->ops; in alloc_io_pgtable_ops()
74 struct io_pgtable *iop; in free_io_pgtable_ops() local
79 iop = container_of(ops, struct io_pgtable, ops); in free_io_pgtable_ops()
80 iop->cfg.tlb->tlb_flush_all(iop->cookie); in free_io_pgtable_ops()
81 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()