Searched refs:replace (Results 1 - 25 of 167) sorted by path

1234567

/linux-master/arch/m68k/fpsp040/
H A Dbindec.S248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
H A Dbugfix.S481 | You should replace the jump to fpsp_fmt_error with a jump
H A Dres_func.S631 | replace exponent of src with $3fff (keep sign)
641 | replace exponent of src with $3fff (keep sign)
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S3165 # "replace" this section, if necessary. #
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.h74 struct mr_mfc *mfc, bool replace);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h410 bool replace);
/linux-master/include/uapi/linux/
H A Dcoda.h726 struct coda_replace_out replace; member in union:coda_downcalls
/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py76 sym = sym.replace(';', ':')
83 sym = sym.replace('<', '')
84 sym = sym.replace('>', '')
112 comm = param_dict["comm"].replace(' ', '_')
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh129 # Mimic route replace by removing the route and adding it back with
177 ip -6 route replace 2001:db8:3::/64 metric 100 dev $spine_p2
179 check_err $? "prefix route not offloaded after replace"
182 ip -6 route replace 2001:db8:3::/64 metric 100 \
186 check_err $? "multipath route not offloaded after replace"
189 # replace a multipath route, so it is appended.
190 ip -6 route replace 2001:db8:3::/64 metric 100 dev $spine_p1
197 ip -6 route replace 2001:db8:3::/64 metric 100 \
205 ip -6 route replace 2001:db8:3::/64 metric 200 \
213 log_test "IPv6 route replace"
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_neigh.sh67 ip neigh replace dev $swp3 $addr lladdr 00:11:22:33:44:55
/linux-master/Documentation/sphinx/
H A Dautomarkup.py240 # Try to replace a documentation reference of the form Documentation/... with a
319 node.parent.replace(node, markup_refs(name, app, node))
H A Dcdomain.py170 arglist = arglist.replace('`', '').replace('\\ ', '') # remove markup
H A Dkernel_feat.py70 def warn(self, message, **replace):
71 replace["fname"] = self.state.document.current_source
72 replace["line_no"] = replace.get("line_no", self.lineno)
73 message = ("%(fname)s:%(line_no)s: [kernel-feat WARN] : " + message) % replace
H A Dmaintainers_include.py90 output = "| %s" % (line.replace("\\", "\\\\"))
H A Dparse-headers.pl177 # Parsers to replace a symbol
180 if (m/^replace\s+(\S+)\s+(\S+)\s+(\S+)/) {
383 to replace the default references by a custom one.
/linux-master/Documentation/trace/postprocess/
H A Ddecode_msr.py34 j = j.replace(" " + m.group(2), " " + r + "(" + m.group(2) + ")")
/linux-master/arch/x86/include/asm/
H A Dapic.h167 extern void lapic_assign_legacy_vector(unsigned int isairq, bool replace);
/linux-master/arch/x86/kernel/apic/
H A Dvector.c738 void lapic_assign_legacy_vector(unsigned int irq, bool replace) argument
745 irq_matrix_assign_system(vector_matrix, ISA_IRQ_VECTOR(irq), replace);
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c229 int i, replace, error; local
262 replace = -1;
283 replace = replace == -1 ? i : -2;
307 i = mtrr_if->get_free_region(base, size, replace);
310 if (likely(replace < 0)) {
313 mtrr_usage_table[i] = mtrr_usage_table[replace];
316 if (unlikely(replace != i)) {
317 set_mtrr(replace, 0, 0, 0);
318 mtrr_usage_table[replace]
[all...]
/linux-master/arch/xtensa/kernel/
H A Dvectors.S407 wsr a0, depc # replace the saved a0
416 wsr a0, depc # replace the saved a0
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py240 dev_table_name = 'ni_{}_device_routes'.format(S.replace('-','_'))
428 fam_table_name = '{}_route_values'.format(S.replace('-','_'))
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py19 name = canonical_name.replace(":", "-")
/linux-master/drivers/gpu/drm/
H A Ddrm_property.c665 * drm_property_replace_global_blob - replace existing blob property
667 * @replace: location of blob property pointer to be replaced
674 * This function will replace a global property in the blob list, optionally
680 * Access to the replace pointer is assumed to be protected by the caller, e.g.
685 * function with replace pointing to the connector's path_blob_ptr, length and
692 struct drm_property_blob **replace,
702 WARN_ON(replace == NULL);
704 old_blob = *replace;
722 *replace = new_blob;
733 * drm_property_replace_blob - replace
691 drm_property_replace_global_blob(struct drm_device *dev, struct drm_property_blob **replace, size_t length, const void *data, struct drm_mode_object *obj_holds_id, struct drm_property *prop_holds_id) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dbtree.c1533 struct btree *replace)
1541 n = btree_node_alloc_replacement(replace, NULL);
1557 make_btree_freeing_key(replace, keys.top);
1563 btree_node_free(replace);
1660 * Must flush leaf nodes before gc ends, since replace
2170 replace_key ? "replace" : "insert");
1532 btree_gc_rewrite_node(struct btree *b, struct btree_op *op, struct btree *replace) argument
H A Dmovinggc.c108 op->replace = true;

Completed in 589 milliseconds

1234567