Lines Matching refs:fast_io
25 bool fast_io; member
87 param->fast_io ? " fast I/O" : "", in param_to_desc()
93 { .cache = REGCACHE_NONE, .fast_io = true },
95 { .cache = REGCACHE_FLAT, .fast_io = true },
97 { .cache = REGCACHE_RBTREE, .fast_io = true },
99 { .cache = REGCACHE_MAPLE, .fast_io = true },
106 { .cache = REGCACHE_FLAT, .fast_io = true },
108 { .cache = REGCACHE_RBTREE, .fast_io = true },
110 { .cache = REGCACHE_MAPLE, .fast_io = true },
117 { .cache = REGCACHE_FLAT, .from_reg = 0, .fast_io = true },
123 { .cache = REGCACHE_RBTREE, .from_reg = 0, .fast_io = true },
129 { .cache = REGCACHE_MAPLE, .from_reg = 0, .fast_io = true },
140 { .cache = REGCACHE_RBTREE, .from_reg = 0, .fast_io = true },
146 { .cache = REGCACHE_MAPLE, .from_reg = 0, .fast_io = true },
168 config->fast_io = param->fast_io; in gen_regmap()