Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 64) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel.c238 u64 misc_enable, disable; in early_init_intel() local
242 disable = misc_enable & (MSR_IA32_MISC_ENABLE_LIMIT_CPUID | in early_init_intel()
244 if (disable) { in early_init_intel()
245 wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable & ~disable); in early_init_intel()
246 bootsym(trampoline_misc_enable_off) |= disable; in early_init_intel()
249 if (disable & MSR_IA32_MISC_ENABLE_LIMIT_CPUID) in early_init_intel()
252 if (disable & MSR_IA32_MISC_ENABLE_XD_DISABLE) { in early_init_intel()
/xen-4.10.0-shim-comet/xen/arch/arm/acpi/
A Dboot.c252 goto disable; in acpi_boot_table_init()
266 goto disable; in acpi_boot_table_init()
273 goto disable; in acpi_boot_table_init()
278 disable: in acpi_boot_table_init()
/xen-4.10.0-shim-comet/
A DINSTALL31 --disable-xen
32 --disable-tools
34 --disable-docs
78 --disable-monitors
83 --disable-ocamltools
86 --disable-xsmpolicy
96 --disable-seabios
156 --disable-pv-grub
157 --disable-xenstore-stubdom
160 --disable-extfiles
[all …]
A Dconfigure803 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1307 --disable-option-checking ignore unrecognized --enable/--with options
1308 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1312 --disable-xen Disable build and install of xen
1313 --disable-tools Disable build and install of tools
1315 --disable-docs Disable build and install of docs
3514 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc70 # Enable / disable this checker
95 # Enable / disable this checker
143 # Enable / disable this checker
184 # Enable / disable this checker
208 # Enable / disable this checker
233 # Enable / disable this checker
245 # Enable / disable this checker
270 # Enable / disable this checker
280 # Enable / disable this checker
290 # memory / CPU intensive, so you should disable it if you experiments some
[all …]
/xen-4.10.0-shim-comet/m4/
A Dsystemd.m484 dnl Respect user override to disable
105 dnl Enables systemd by default and requires a --disable-systemd option flag
106 dnl to configure if you want to disable.
121 dnl disable with --disable-systemd
A Dfeatures.m42 AC_ARG_ENABLE([$1], AS_HELP_STRING([--disable-$1], [$2 (default is ENABLED)]))
A Dsubsystem.m412 AS_HELP_STRING([--disable-$1], [Disable build and install of $1]),[
A Dstubdom.m43 AS_HELP_STRING([--disable-$1], [Build and install $1 (default is ENABLED)]),[
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcpuidle.h81 void (*disable) (struct acpi_processor_power *dev); member
A Dirq.h60 void (*disable)(struct irq_desc *); member
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dparse_arg.ml56 ("--disable-socket", Arg.Unit (fun () -> disable_socket := true), "Disable socket");
59 …o-domain-init] [--help] [--no-fork] [--reraise-top-level] [--restart] [--disable-socket] [--use-se…
A Doxenstored.conf.in70 # Define the interval in seconds, set to negative to disable.
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dnone.c25 .disable = _disable_log_dirty, in shadow_domain_init()
/xen-4.10.0-shim-comet/tools/
A DMakefile276 --disable-kvm \
277 --disable-docs \
278 --disable-guest-agent \
/xen-4.10.0-shim-comet/stubdom/
A Dpolarssl.patch17 * Uncomment this macro to disable the built-in platform entropy functions.
A Dstubdom-dm72 -disable-opengl) opengl=0 ;;
A Dconfigure.ac20 # Enable/disable stub domains
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-error-handling.txt31 errors (where retry or feature disable are more appropriate).
77 6. Feature disable
A Dxen-command-line.markdown18 > `no`, `off`, `false`, `disable` or `0`
80 **String**, or **Boolean** to disable.
100 Finally, any of the boolean false options can be used to disable ACPI
684 If you use this option then it is highly recommended that you disable
762 disable it (edid=no). This option should not normally be required
775 >> Force or disable use of EFI runtime services.
924 Flag to globally enable or disable support for Hardware Assisted
1079 >> Control whether to disable DMA remapping for Dom0.
1331 should not be used except for debugging. It will effectively disable
1413 * `cmt` instructs Xen to enable/disable Cache Monitoring Technology.
[all …]
A Dcrashdb.txt49 As soon as you reach the debugger, we disable interrupts, the
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Defibind.h278 #pragma warning ( disable : 4731 ) // Suppress warnings about modification of EBP
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomctl.c144 d->disable_migrate = domctl->u.disable_migrate.disable; in arch_do_domctl()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c64 .disable = disable_8259A_irq,
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvbe_display_api.txt234 to another, you will need to disable VBE first.
236 …* Note when the bios doesn't find a valid DISPI_ID, it can disable the VBE functions. This allows …

Completed in 20 milliseconds

123