Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 23 of 23) sorted by relevance

/xen/tools/include/xen-foreign/
A Dmkheader.py150 replace = define + "_" + arch.upper(); variable
152 replace = define + "_" + arch;
154 output += re.sub(regex, replace, line) + "\n";
193 replace = define + "_" + arch.upper(); variable
195 replace = define + "_" + arch;
196 output = re.sub("\\b%s\\b" % define, replace, output);
/xen/xen/arch/x86/cpu/mtrr/
A Dmain.c315 int i, replace, error; in mtrr_add_page() local
348 replace = -1; in mtrr_add_page()
361 replace = replace == -1 ? i : -2; in mtrr_add_page()
388 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page()
391 if (likely(replace < 0)) in mtrr_add_page()
394 usage_table[i] = usage_table[replace] + !!increment; in mtrr_add_page()
395 if (unlikely(replace != i)) { in mtrr_add_page()
396 set_mtrr(replace, 0, 0, 0); in mtrr_add_page()
397 usage_table[replace] = 0; in mtrr_add_page()
/xen/tools/pygrub/src/
A DGrubConf.py70 val = val.replace("(", "").replace(")", "")
84 val = val.replace("(", "").replace(")", "")
144 def set_from_line(self, line, replace = None): argument
156 if replace is None:
159 self.lines.pop(replace)
160 self.lines.insert(replace, line)
332 def set_from_line(self, line, replace = None): argument
349 if replace is None:
352 self.lines.pop(replace)
353 self.lines.insert(replace, line)
A DExtLinuxConf.py40 def set_from_line(self, line, replace = None): argument
70 setattr(self, "initrd", a.replace("initrd=", ""))
71 arg = arg.replace(a, "")
82 if replace is None:
85 self.lines.pop(replace)
86 self.lines.insert(replace, line)
A DLiloConf.py32 def set_from_line(self, line, replace = None): argument
44 if replace is None:
47 self.lines.pop(replace)
48 self.lines.insert(replace, line)
A Dpygrub358 img.set_from_line(l, replace = curline)
564 img.set_from_line(l, replace = True)
/xen/tools/libxl/
A Dgentypes.py33 x = x.replace("\n", "\n ")
55 x = x.replace("\n", "\n ")
63 return s.replace("\n", "\n%s" % indent)
103 return s.replace("\n", "\n%s" % indent).rstrip(indent)
158 return s.replace("\n", "\n%s" % indent).rstrip(indent)
215 return s.replace("\n", "\n%s" % indent).rstrip(indent)
277 return s.replace("\n", "\n%s" % indent).rstrip(indent)
330 return s.replace("\n", "\n%s" % indent).rstrip(indent)
427 return s.replace("\n", "\n%s" % indent).rstrip(indent)
436 return s.replace("\n", "\n%s" % indent).rstrip(indent)
[all …]
A Dgentest.py87 return s.replace("\n", "\n%s" % indent).rstrip(indent)
/xen/tools/ocaml/libs/xl/
A Dgenwrap.py126 x = x.replace("\n", "\n"+indent)
176 return s.replace("\n", "\n%s" % indent), union_type
193 return s.replace("\n", "\n%s" % indent)
267 return s.replace("\n", "\n%s" % indent)
349 return s.replace("\n", "\n%s" % indent)
364 return s.replace("\n", "\n%s" % indent)
459 return s.replace("\n", "\n%s" % indent).rstrip(indent)
473 return s.replace("\n", "\n%s" % indent)
/xen/tools/misc/
A Dxenpvnetboot150 host = self.location[7:].split('/', 1)[0].replace(':', ' ')
153 host = self.location[7:].replace(':', ' ')
/xen/tools/ocaml/xenstored/
A Dquota.ml67 Hashtbl.replace quota.cur id nb
A Dhistory.ml71 then Hashtbl.replace acc hist_rec.con ();
A Dconnection.ml170 Hashtbl.replace con.watches apath (watch :: l);
180 Hashtbl.replace con.watches apath filtered
A Dstore.ml56 (* this is the on-steroid version of the filter one-replace one *)
/xen/automation/build/
A DREADME.md16 directory. You will have to replace the `/` with a `:` to use
/xen/xen/tools/kconfig/
A Dqconf.cc1187 res.replace(i, 1, "&lt;"); in print_filter()
1191 res.replace(i, 1, "&gt;"); in print_filter()
1195 res.replace(i, 1, "&amp;"); in print_filter()
1199 res.replace(i, 1, "&quot;"); in print_filter()
1203 res.replace(i, 1, "<br>"); in print_filter()
/xen/xen/tools/
A Dgen-cpuid.py86 state.values[name.lower().replace("_", "-")] = val
/xen/docs/misc/
A Dnetif-staging-grants.pandoc242 grefs with either linear or full packet. This allows us to replace step 27)
395 hence letting Domain-0 replace the grant copies with memcpy instead, which is
472 a copy approach to replace granting.
A Dlivepatch.pandoc75 That is replace the affected code with new code. Unfortunately the x86
77 to replace the instructions. That is not a problem if the change is smaller
81 The second mechanism is by ti replace the call or jump to the
328 the new function (which will replace the one at `old_addr`) in bytes.
529 replace or augment default behavior of the apply (or revert) action that
/xen/xen/arch/arm/
A DKconfig67 Xen. It will eventually replace the existing/old VGIC.
/xen/docs/man/
A Dxen-vtpmmgr.7.pod284 that users of the vtpmmgr rely on. I will replace TPM2_Bind/TPM2_Unbind with
A Dxl.cfg.5.pod.in435 this is guest specific). It can replace B<root="STRING">
/xen/tools/firmware/vgabios/
A DChangeLog351 bit operation must be 'replace' if bit 7 of attribute is clear

Completed in 35 milliseconds