Lines Matching refs:iop
37 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
47 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
48 if (!iop) in alloc_io_pgtable_ops()
51 iop->fmt = fmt; in alloc_io_pgtable_ops()
52 iop->cookie = cookie; in alloc_io_pgtable_ops()
53 iop->cfg = *cfg; in alloc_io_pgtable_ops()
55 return &iop->ops; in alloc_io_pgtable_ops()
65 struct io_pgtable *iop; in free_io_pgtable_ops() local
70 iop = io_pgtable_ops_to_pgtable(ops); in free_io_pgtable_ops()
71 io_pgtable_tlb_flush_all(iop); in free_io_pgtable_ops()
72 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()