Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 61) sorted by relevance

123

/xen/xen/arch/x86/genapic/
A Dprobe.c62 bool changed; in generic_apic_probe() local
68 cmdline_apic = changed = !!genapic.name; in generic_apic_probe()
70 for (i = 0; !changed && apic_probe[i]; i++) { in generic_apic_probe()
72 changed = 1; in generic_apic_probe()
76 if (!changed) in generic_apic_probe()
/xen/tools/include/xen-foreign/
A DMakefile32 $(call move-if-changed,$@.tmp2,$@)
39 $(call move-if-changed,$@.tmp2,$@)
46 $(call move-if-changed,$@.tmp2,$@)
53 $(call move-if-changed,$@.tmp2,$@)
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c277 static void set_fixed_range(int msr, bool *changed, unsigned int *msrwords) in set_fixed_range() argument
286 *changed = true; in set_fixed_range()
345 bool changed = false; in set_fixed_ranges() local
351 &changed, (unsigned int *) saved++); in set_fixed_ranges()
353 return changed; in set_fixed_ranges()
362 bool changed = false; in set_mtrr_var_ranges() local
377 changed = true; in set_mtrr_var_ranges()
393 changed = true; in set_mtrr_var_ranges()
395 return changed; in set_mtrr_var_ranges()
/xen/docs/misc/
A Ddistro_mapping.txt15 The INITD_DIR path can be changed with configure --with-initddir=DIR.
16 The CONFIG_LEAF_DIR name can be changed with configure
A Ddump-core-format.txt8 Its format was changed to be based on ELF format because elf format is easily
225 is changed in compatible way. e.g. new sections, new note
228 changed in incompatible way.
237 [When the format is changed, it would be described here.]
244 - EI_CLASS member of elf header was changed to ELFCLASS64 independent of
A Dxenstore.txt160 changed between two reads: <gencnt> being the same for multiple
161 reads guarantees the node hasn't changed) and the list of children
184 on the changed <path>. Changes made in transactions cause an
214 are changed so as to make it unreadable, in which case future
257 which changed paths which were read or written in the
/xen/xen/include/xen/lib/x86/
A DMakefile8 $(call move-if-changed,$@.new,$@)
/xen/tools/libs/toolcore/
A DMakefile20 $(call move-if-changed,$@.new,$@)
/xen/
A DConfig.mk158 define move-if-changed
173 $(call move-if-changed,$(1).tmp,$(1))
182 $(call move-if-changed,$(1).tmp,$(1))
A DINSTALL140 This internal list can be changed with this option.
159 be changed in case the default paths do not fit anymore.
232 changed with these variables.
287 The hypervisor may be built with XSM/Flask support, which can be changed
/xen/stubdom/
A Dvtpm-cmake-Wextra.patch3 1 file changed, 2 insertions(+), 1 deletion(-)
/xen/xen/scripts/
A DKbuild.include65 # target, or command line has changed
89 # Execute command if command has changed or prerequisite(s) are updated.
95 # Will check if $(cmd_foo) or any of the prerequisites changed,
/xen/tools/hotplug/Linux/systemd/
A DMakefile52 $(call move-if-changed,$@.tmp,$@)
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst108 need an update, or the command line has changed since the last
110 to the executable have changed.
131 changed commands trigger execution of commands.
/xen/stubdom/grub.patches/
A D70compiler_warnings.diff10 2 files changed, 8 insertions(+), 2 deletions(-)
/xen/tools/firmware/vgabios/
A DREADME105 . VBE video memory increased to 8 MB (VBE dispi ID changed to B0C4)
146 . VBE i/o registers changed to 0x01CE/CF
165 . changed the Copyright string to "LGPL VGABios developers"
A Dvbe_display_api.txt37 VBE i/o registers changed from 0xFF80/81 to 0x01CE/CF
181 Setting this field during enabled mode will result in the virtual width to be changed.
A DChangeLog106 - VBE dispi ID changed to B0C4
611 - changed VBE i/o registers to 0x01CE/CF (suggestion from Daniel
690 was the same as VGA BIOS 0.3b - year changed in copyright
973 changed the Copyright string to "LGPL VGABios developers"
1045 - changed the logging ports to 0x500 -> 0x502
/xen/xen/arch/x86/mm/
A Dp2m-pt.c873 unsigned int i, changed; in p2m_pt_change_entry_type_global() local
882 for ( changed = i = 0; i < (1 << PAGETABLE_ORDER); ++i ) in p2m_pt_change_entry_type_global()
898 ++changed; in p2m_pt_change_entry_type_global()
904 if ( changed ) in p2m_pt_change_entry_type_global()
A Dpaging.c262 bool changed; in paging_mark_pfn_dirty() local
321 changed = !__test_and_set_bit(i1, l1); in paging_mark_pfn_dirty()
323 if ( changed ) in paging_mark_pfn_dirty()
A Dp2m-ept.c382 bool changed = false; in ept_invalidate_emt_subtree() local
403 changed = true; in ept_invalidate_emt_subtree()
408 return changed; in ept_invalidate_emt_subtree()
/xen/tools/ocaml/
A DMakefile.rules107 $(call move-if-changed,$(1).tmp,$(1))
/xen/m4/
A Dpkg.m4184 # $libdir/pkgconfig, but the default can be changed by passing
205 # changed by passing DIRECTORY. The user can override through the
/xen/xen/include/
A DMakefile87 $(call move-if-changed,$@.new,$@)
/xen/xen/tools/kconfig/
A Dgconf.c1513 bool changed = conf_get_changed(); in conf_changed() local
1514 gtk_widget_set_sensitive(save_btn, changed); in conf_changed()
1515 gtk_widget_set_sensitive(save_menu_item, changed); in conf_changed()

Completed in 23 milliseconds

123