Home
last modified time | relevance | path

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

123456

/xen/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, bool onchangeonly) 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()
109 bool enable) in xc_monitor_software_breakpoint() argument
123 bool enable) in xc_monitor_singlestep() argument
137 bool enable) in xc_monitor_descriptor_access() argument
181 bool enable) in xc_monitor_emulate_each_rep() argument
188 domctl.u.monitor_op.event = enable; in xc_monitor_emulate_each_rep()
194 bool enable, bool sync) in xc_monitor_debug_exceptions() argument
222 bool enable) in xc_monitor_privileged_call() argument
[all …]
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_memshr.c29 int enable) in xc_memshr_control() argument
39 op->u.enable = enable; in xc_memshr_control()
/xen/xen/arch/arm/
A Dcpuerrata.c437 .enable = enable_smccc_arch_workaround_1,
442 .enable = enable_smccc_arch_workaround_1,
447 .enable = enable_smccc_arch_workaround_1,
452 .enable = enable_smccc_arch_workaround_1,
459 .enable = enable_bp_inv_hardening,
464 .enable = enable_bp_inv_hardening,
469 .enable = enable_ic_inv_hardening,
A Dcpufeature.c54 if ( caps->enable ) in enable_cpu_capabilities()
64 ret = stop_machine_run(caps->enable, (void *)caps, NR_CPUS); in enable_cpu_capabilities()
88 if ( caps->enable ) in enable_nonboot_cpu_caps()
90 int ret = caps->enable((void *)caps); in enable_nonboot_cpu_caps()
A Dvsmc.c140 bool enable = (uint32_t)get_user_reg(regs, 1); in handle_arch() local
149 if ( enable ) in handle_arch()
A Darch.mk18 $(error You must use 'make menuconfig' to enable/disable early printk now)
/xen/tools/libxl/
A Dlibxl_dom_save.c40 (libxl__egc *egc, int domid, unsigned enable,
45 (libxl__egc *egc, int domid, unsigned enable,
66 int domid, unsigned enable, in libxl__domain_common_switch_qemu_logdirty() argument
73 domain_suspend_switch_qemu_xen_traditional_logdirty(egc, domid, enable, in libxl__domain_common_switch_qemu_logdirty()
77 domain_suspend_switch_qemu_xen_logdirty(egc, domid, enable, lds); in libxl__domain_common_switch_qemu_logdirty()
87 (libxl__egc *egc, int domid, unsigned enable, in domain_suspend_switch_qemu_xen_traditional_logdirty() argument
102 lds->cmd = enable ? "enable" : "disable"; in domain_suspend_switch_qemu_xen_traditional_logdirty()
210 (libxl__egc *egc, int domid, unsigned enable, in domain_suspend_switch_qemu_xen_logdirty() argument
228 libxl__qmp_param_add_bool(gc, &args, "enable", enable); in domain_suspend_switch_qemu_xen_logdirty()
278 (uint32_t domid, unsigned enable, void *user) in libxl__domain_suspend_common_switch_qemu_logdirty() argument
[all …]
/xen/
A DINSTALL53 --enable-stubdom
90 --enable-rpath
95 --enable-githttp
110 --enable-ovmf
128 --enable-rombios
163 --enable-systemd
169 --enable-ioemu-stubdom
170 --enable-c-stubdom
171 --enable-caml-stubdom
174 --enable-vtpm-stubdom
[all …]
/xen/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()
237 if (this_dbs_info->enable) in cpufreq_governor_dbs()
283 if ( !this_dbs_info->enable ) in cpufreq_governor_dbs()
/xen/xen/arch/x86/hvm/viridian/
A Dtime.c223 if ( !vs->config.enable ) in poll_stimer()
242 vs->config.enable = 0; in poll_stimer()
288 if ( vs->config.enable ) in time_vcpu_thaw()
361 vs->config.enable = 0; in viridian_time_wrmsr()
363 if ( vs->config.enable ) in viridian_time_wrmsr()
386 vs->config.enable = 0; in viridian_time_wrmsr()
388 vs->config.enable = 1; in viridian_time_wrmsr()
390 if ( vs->config.enable ) in viridian_time_wrmsr()
467 config.enable = 0; in viridian_time_rdmsr()
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c191 iommu->ctrl.iommu_en = enable; in set_iommu_translation_control()
199 iommu->ctrl.gt_en = enable; in set_iommu_guest_translation_control()
203 if ( enable ) in set_iommu_guest_translation_control()
211 if ( enable ) in set_iommu_command_buffer_control()
217 iommu->ctrl.cmd_buf_en = enable; in set_iommu_command_buffer_control()
264 if ( enable ) in set_iommu_event_log_control()
281 if ( enable ) in set_iommu_ppr_log_control()
287 iommu->ctrl.ppr_en = enable; in set_iommu_ppr_log_control()
293 if ( enable ) in set_iommu_ppr_log_control()
453 .enable = iommu_msi_unmask,
[all …]
/xen/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/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/docs/misc/arm/
A Dearly-printk.txt1 How to enable early printk
4 may want to enable it if you are debugging code that executes before the
9 option should not be enable for Xens that are intended to be portable.
/xen/xen/arch/x86/guest/hyperv/
A Dhyperv.c111 if ( !hypercall_msr.enable ) in setup_hypercall_page()
114 hypercall_msr.enable = 1; in setup_hypercall_page()
122 BUG_ON(!hypercall_msr.enable); in setup_hypercall_page()
/xen/xen/arch/arm/platforms/
A DKconfig5 Choose which hardware platform to enable in Xen.
43 Do not enable specific support for any platform.
/xen/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()
214 libxl_defbool_to_string(d_config->vfbs[i].vnc.enable)); in printf_info_sexp()
221 libxl_defbool_to_string(d_config->vfbs[i].sdl.enable)); in printf_info_sexp()
/xen/tools/flask/policy/modules/
A Dguest_features.te5 # Allow all domains to enable the Argo interdomain communication hypercall;
9 allow domain_type xen_t:argo { enable register_any_source };
/xen/xen/include/asm-arm/
A Dalternative.h101 .macro alternative_insn insn1, insn2, cap, enable = 1
102 .if \enable
/xen/xen/drivers/pci/
A Dpci.c117 void pci_intx(const struct pci_dev *pdev, bool enable) in pci_intx() argument
121 if ( enable ) in pci_intx()
/xen/tools/libxc/include/
A Dxenctrl.h1035 unsigned int enable);
1221 int enable);
2059 uint16_t index, bool enable, bool sync,
2067 bool enable, bool onchangeonly);
2070 bool enable);
2072 bool enable);
2083 bool enable, bool sync);
2086 bool enable);
2088 bool enable);
2099 bool enable);
[all …]

Completed in 33 milliseconds

123456