Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A Dprobe.c63 bool changed; in generic_apic_probe() local
69 cmdline_apic = changed = (genapic != NULL); in generic_apic_probe()
71 for (i = 0; !changed && apic_probe[i]; i++) { in generic_apic_probe()
73 changed = 1; in generic_apic_probe()
77 if (!changed) in generic_apic_probe()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c241 static void set_fixed_range(int msr, bool *changed, unsigned int *msrwords) in set_fixed_range() argument
250 *changed = true; in set_fixed_range()
309 bool changed = false; in set_fixed_ranges() local
315 &changed, (unsigned int *) saved++); in set_fixed_ranges()
317 return changed; in set_fixed_ranges()
326 bool changed = false; in set_mtrr_var_ranges() local
341 changed = true; in set_mtrr_var_ranges()
357 changed = true; in set_mtrr_var_ranges()
359 return changed; in set_mtrr_var_ranges()
/xen-4.10.0-shim-comet/docs/misc/
A Ddistro_mapping.txt16 The INITD_DIR path can be changed with configure --with-initddir=DIR.
17 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.txt172 on the changed <path>. Changes made in transactions cause an
200 are changed so as to make it unreadable, in which case future
243 which changed paths which were read or written in the
A Dhvm-emulated-unplug.markdown31 again. If it's changed from `0x49d2` to `0xd249`, the drivers are
/xen-4.10.0-shim-comet/
A DConfig.mk187 define move-if-changed
202 $(call move-if-changed,$(1).tmp,$(1))
211 $(call move-if-changed,$(1).tmp,$(1))
A DINSTALL120 This internal list can be changed with this option.
139 be changed in case the default paths do not fit anymore.
216 changed with these variables.
268 The hypervisor may be built with XSM/Flask support, which can be changed
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-cmake-Wextra.patch3 1 file changed, 2 insertions(+), 1 deletion(-)
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A DMakefile52 $(call move-if-changed,$@.tmp,$@)
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D70compiler_warnings.diff10 2 files changed, 8 insertions(+), 2 deletions(-)
/xen-4.10.0-shim-comet/xen/include/
A DMakefile82 $(call move-if-changed,$@.new,$@)
141 $(call move-if-changed,$@.new,$@)
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libs/toolcore/
A DMakefile57 $(call move-if-changed,$@.new,$@)
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c908 unsigned int i, changed; in p2m_pt_change_entry_type_global() local
916 for ( changed = i = 0; i < (1 << PAGETABLE_ORDER); ++i ) in p2m_pt_change_entry_type_global()
925 ++changed; in p2m_pt_change_entry_type_global()
931 if ( changed ) in p2m_pt_change_entry_type_global()
A Dpaging.c268 bool changed; in paging_mark_pfn_dirty() local
327 changed = !__test_and_set_bit(i1, l1); in paging_mark_pfn_dirty()
329 if ( changed ) in paging_mark_pfn_dirty()
A Dp2m-ept.c397 bool_t changed = 0; in ept_invalidate_emt() local
412 changed = 1; in ept_invalidate_emt()
417 return changed; in ept_invalidate_emt()
/xen-4.10.0-shim-comet/tools/ocaml/
A DMakefile.rules107 $(call move-if-changed,$(1).tmp,$(1))
/xen-4.10.0-shim-comet/tools/python/
A DZPL-2.035 files to carry prominent notices stating that you changed
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/process/
A Drelease-checklist.txt54 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dgconf.c1518 bool changed = conf_get_changed(); in conf_changed() local
1519 gtk_widget_set_sensitive(save_btn, changed); in conf_changed()
1520 gtk_widget_set_sensitive(save_menu_item, changed); in conf_changed()

Completed in 35 milliseconds

123