Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 106) sorted by relevance

12345

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_monitor.c79 domctl.u.monitor_op.op = enable ? XEN_DOMCTL_MONITOR_OP_ENABLE in xc_monitor_write_ctrlreg()
93 bool enable) in xc_monitor_mov_to_msr() argument
99 domctl.u.monitor_op.op = enable ? XEN_DOMCTL_MONITOR_OP_ENABLE in xc_monitor_mov_to_msr()
108 bool enable) in xc_monitor_software_breakpoint() argument
122 bool enable) in xc_monitor_singlestep() argument
136 bool enable) in xc_monitor_descriptor_access() argument
166 bool enable) in xc_monitor_emulate_each_rep() argument
173 domctl.u.monitor_op.event = enable; in xc_monitor_emulate_each_rep()
179 bool enable, bool sync) in xc_monitor_debug_exceptions() argument
207 bool enable) in xc_monitor_privileged_call() argument
[all …]
A Dxc_memshr.c29 int enable) in xc_memshr_control() argument
39 op->u.enable = enable; in xc_memshr_control()
A Dxc_tbuf.c28 static int tbuf_enable(xc_interface *xch, int enable) in tbuf_enable() argument
34 if ( enable ) in tbuf_enable()
A Dxc_physdev.c30 int enable) in xc_physdev_pci_access_modify() argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h83 .macro alternative_insn insn1, insn2, cap, enable = 1
84 .if \enable
103 .macro alternative_if_not cap, enable = 1
104 .if \enable
/xen-4.10.0-shim-comet/
A DINSTALL33 --enable-stubdom
70 --enable-rpath
75 --enable-githttp
90 --enable-ovmf
108 --enable-rombios
143 --enable-systemd
149 --enable-blktap2
153 --enable-ioemu-stubdom
154 --enable-c-stubdom
155 --enable-caml-stubdom
[all …]
/xen-4.10.0-shim-comet/tools/tests/regression/scripts/
A Dbuild_python.sh20 ./configure --enable-shared --enable-ipv6 --without-cxx \
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c105 if (!this_dbs_info->enable) in dbs_check_cpu()
179 if (!dbs_info->enable) in do_dbs_timer()
190 dbs_info->enable = 1; in dbs_timer_init()
206 dbs_info->enable = 0; in dbs_timer_exit()
230 if (this_dbs_info->enable) in cpufreq_governor_dbs()
276 if ( !this_dbs_info->enable ) in cpufreq_governor_dbs()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dom_save.c55 (libxl__egc *egc, int domid, unsigned enable, in domain_suspend_switch_qemu_xen_traditional_logdirty() argument
70 lds->cmd = enable ? "enable" : "disable"; in domain_suspend_switch_qemu_xen_traditional_logdirty()
124 (libxl__egc *egc, int domid, unsigned enable, in domain_suspend_switch_qemu_xen_logdirty() argument
130 rc = libxl__qmp_set_global_dirty_log(gc, domid, enable); in domain_suspend_switch_qemu_xen_logdirty()
152 (uint32_t domid, unsigned enable, void *user) in libxl__domain_suspend_common_switch_qemu_logdirty() argument
167 libxl__domain_common_switch_qemu_logdirty(egc, domid, enable, lds); in libxl__domain_suspend_common_switch_qemu_logdirty()
171 int domid, unsigned enable, in libxl__domain_common_switch_qemu_logdirty() argument
178 domain_suspend_switch_qemu_xen_traditional_logdirty(egc, domid, enable, in libxl__domain_common_switch_qemu_logdirty()
182 domain_suspend_switch_qemu_xen_logdirty(egc, domid, enable, lds); in libxl__domain_common_switch_qemu_logdirty()
A Dlibxl_console.c678 libxl_defbool_setdefault(&vfb->vnc.enable, true); in libxl__device_vfb_setdefault()
679 if (libxl_defbool_val(vfb->vnc.enable)) { in libxl__device_vfb_setdefault()
690 libxl_defbool_setdefault(&vfb->sdl.enable, false); in libxl__device_vfb_setdefault()
735 libxl_defbool_val(vfb->vnc.enable) ? "1" : "0"); in libxl__set_xenstore_vfb()
743 libxl_defbool_val(vfb->sdl.enable) ? "1" : "0"); in libxl__set_xenstore_vfb()
/xen-4.10.0-shim-comet/m4/
A Dsubsystem.m423 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
34 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
A Dstubdom.m413 AS_HELP_STRING([--enable-$1], [Build and install $1 (default is DISABLED)]),[
23 AS_HELP_STRING([--enable-$1], [Build and install $1]),[
A Dfeatures.m47 AC_ARG_ENABLE([$1], AS_HELP_STRING([--enable-$1], [$2 (default is DISABLED)]))
A Dsystemd.m41 # systemd.m4 - Macros to check for and enable systemd -*- Autoconf -*-
113 dnl --enable-systemd to look for and enable systemd.
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc71 enable-variables=yes
96 enable-basic=yes
144 enable-design=yes
185 enable-classes=yes
209 enable-imports=no
234 enable-exceptions=yes
246 enable-format=no
271 enable-metrics=yes
281 enable-miscellaneous=yes
298 enable-similarities=yes
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_init.c213 enable ? in set_iommu_translation_control()
227 enable ? in set_iommu_guest_translation_control()
233 if ( enable ) in set_iommu_guest_translation_control()
245 if ( enable ) in set_iommu_command_buffer_control()
297 int enable) in set_iommu_event_log_control() argument
304 if ( enable ) in set_iommu_event_log_control()
324 int enable) in set_iommu_ppr_log_control() argument
331 if ( enable ) in set_iommu_ppr_log_control()
348 if ( enable ) in set_iommu_ppr_log_control()
486 .enable = iommu_msi_unmask,
[all …]
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_sxp.c112 libxl_defbool_to_string(b_info->u.hvm.vnc.enable)); in printf_info_sexp()
119 libxl_defbool_to_string(b_info->u.hvm.sdl.enable)); in printf_info_sexp()
125 libxl_defbool_to_string(b_info->u.hvm.spice.enable)); in printf_info_sexp()
212 libxl_defbool_to_string(d_config->vfbs[i].vnc.enable)); in printf_info_sexp()
219 libxl_defbool_to_string(d_config->vfbs[i].sdl.enable)); in printf_info_sexp()
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dearly-printk.txt1 How to enable early printk
3 Early printk can only be enabled if debug=y. You may want to enable it if
8 option should not be enable for Xens that are intended to be portable.
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig81 Please note that this does not necessarily enable the workaround,
104 Please note that this option does not necessarily enable the
126 Please note that this does not necessarily enable the workaround,
145 Please note that this does not necessarily enable the workaround,
166 Please note that this does not necessarily enable the workaround,
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1028 unsigned int enable);
1239 int enable);
2044 uint16_t index, bool enable, bool sync,
2052 bool enable);
2055 bool enable);
2057 bool enable);
2061 bool enable, bool sync);
2064 bool enable);
2066 bool enable);
2077 bool enable);
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcpuidle.h80 int (*enable) (struct acpi_processor_power *dev); member
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dnone.c24 .enable = _enable_log_dirty, in shadow_domain_init()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvbe.c1107 Bit16u enable, i; local
1110 enable = inw(VBE_DISPI_IOPORT_DATA);
1111 write_word(ES, BX, enable);
1113 if (!(enable & VBE_DISPI_ENABLED))
1128 Bit16u enable, i; local
1130 enable = read_word(ES, BX);
1133 if (!(enable & VBE_DISPI_ENABLED)) {
1135 outw(VBE_DISPI_IOPORT_DATA, enable);
1147 outw(VBE_DISPI_IOPORT_DATA, enable);
/xen-4.10.0-shim-comet/docs/
A DREADME.remus7 To enable network buffering, you need libnl 3.2.8
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac121 AS_HELP_STRING([--enable-blktap2],
134 AS_HELP_STRING([--enable-qemu-traditional],
155 AS_HELP_STRING([--enable-rombios],
396 # Check for libfdt >= 1.4.0. If present enable passthrough
422 # Check for libnl3 >=3.2.8. If present enable remus network buffering.

Completed in 25 milliseconds

12345