/xen/xen/arch/x86/genapic/ |
A D | probe.c | 62 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 D | Makefile | 32 $(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 D | generic.c | 277 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 D | distro_mapping.txt | 15 The INITD_DIR path can be changed with configure --with-initddir=DIR. 16 The CONFIG_LEAF_DIR name can be changed with configure
|
A D | dump-core-format.txt | 8 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 D | xenstore.txt | 160 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 D | Makefile | 8 $(call move-if-changed,$@.new,$@)
|
/xen/tools/libs/toolcore/ |
A D | Makefile | 20 $(call move-if-changed,$@.new,$@)
|
/xen/ |
A D | Config.mk | 158 define move-if-changed 173 $(call move-if-changed,$(1).tmp,$(1)) 182 $(call move-if-changed,$(1).tmp,$(1))
|
A D | INSTALL | 140 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 D | vtpm-cmake-Wextra.patch | 3 1 file changed, 2 insertions(+), 1 deletion(-)
|
/xen/xen/scripts/ |
A D | Kbuild.include | 65 # 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 D | Makefile | 52 $(call move-if-changed,$@.tmp,$@)
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 108 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 D | 70compiler_warnings.diff | 10 2 files changed, 8 insertions(+), 2 deletions(-)
|
/xen/tools/firmware/vgabios/ |
A D | README | 105 . 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 D | vbe_display_api.txt | 37 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 D | ChangeLog | 106 - 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 D | p2m-pt.c | 873 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 D | paging.c | 262 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 D | p2m-ept.c | 382 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 D | Makefile.rules | 107 $(call move-if-changed,$(1).tmp,$(1))
|
/xen/m4/ |
A D | pkg.m4 | 184 # $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 D | Makefile | 87 $(call move-if-changed,$@.new,$@)
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 1513 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()
|