Searched refs:xto (Results 1 – 1 of 1) sorted by relevance
807 const XiveTmOp *xto = &tm_ops[i]; in xive_tm_find_op() local810 if (xto->page_offset >= page_offset && in xive_tm_find_op()811 xto->op_offset == op_offset && in xive_tm_find_op()812 xto->size == size && in xive_tm_find_op()813 ((write && xto->write_handler) || (!write && xto->read_handler))) { in xive_tm_find_op()814 return xto; in xive_tm_find_op()826 const XiveTmOp *xto; in xive_tctx_tm_write() local836 xto = xive_tm_find_op(tctx->xptr, offset, size, true); in xive_tctx_tm_write()837 if (xto) { in xive_tctx_tm_write()838 if (hw_owned && !xto->hw_ok) { in xive_tctx_tm_write()[all …]