Home
last modified time | relevance | path

Searched refs:disabled (Results 1 – 25 of 48) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dasid.c56 bool_t disabled; member
67 data->disabled = !opt_asid_enabled || (nasids <= 1); in hvm_asid_init()
69 if ( g_disabled != data->disabled ) in hvm_asid_init()
73 g_disabled = data->disabled; in hvm_asid_init()
98 if ( data->disabled ) in hvm_asid_flush_core()
110 data->disabled = 1; in hvm_asid_flush_core()
119 if ( data->disabled ) in hvm_asid_handle_vmenter()
120 goto disabled; in hvm_asid_handle_vmenter()
131 if ( data->disabled ) in hvm_asid_handle_vmenter()
132 goto disabled; in hvm_asid_handle_vmenter()
[all …]
A Dvlapic.c798 vlapic->hw.disabled |= VLAPIC_SW_DISABLED; in vlapic_reg_write()
809 vlapic->hw.disabled &= ~VLAPIC_SW_DISABLED; in vlapic_reg_write()
1075 vlapic->hw.disabled &= ~VLAPIC_HW_DISABLED; in vlapic_msr_set()
1080 vlapic->hw.disabled |= VLAPIC_HW_DISABLED; in vlapic_msr_set()
1349 vlapic->hw.disabled |= VLAPIC_SW_DISABLED; in vlapic_do_init()
1556 vlapic->hw.disabled = VLAPIC_HW_DISABLED; in vlapic_init()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dguest_walk.c36 bool disabled = true; in guest_walk_sd() local
58 disabled = ttbcr & TTBCR_PD0; in guest_walk_sd()
72 disabled = ttbcr & TTBCR_PD1; in guest_walk_sd()
81 if ( disabled ) in guest_walk_sd()
246 bool disabled; in get_ttbr_and_gran_64bit() local
277 disabled = tcr & TCR_EPD0; in get_ttbr_and_gran_64bit()
308 disabled = tcr & TCR_EPD1; in get_ttbr_and_gran_64bit()
311 return disabled; in get_ttbr_and_gran_64bit()
363 bool disabled = true; in guest_walk_ld() local
468 disabled = tcr & TCR_EPD0; in guest_walk_ld()
[all …]
A Dirq.c347 bool disabled; in setup_irq() local
363 disabled = (desc->action == NULL); in setup_irq()
370 if ( disabled ) in setup_irq()
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A DMakefile3 efi := y$(shell rm -f disabled)
4 efi := $(if $(efi),$(shell $(CC) $(filter-out $(CFLAGS-y) .%.d,$(CFLAGS)) -c check.c 2>disabled && …
5 efi := $(if $(efi),$(shell $(LD) -mi386pep --subsystem=10 -o check.efi check.o 2>disabled && echo y…
6 efi := $(if $(efi),$(shell rm disabled)y)
/xen-4.10.0-shim-comet/m4/
A Ddepends.m45 $2="/$3-disabled-in-configure-script"
10 $2="/$3-disabled-in-configure-script"
A Dsystemd.m4112 dnl Systemd will be disabled by default and requires you to run configure with
119 dnl Systemd will be disabled by default but if your build system is detected
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvlapic.h47 #define vlapic_sw_disabled(vlapic) ((vlapic)->hw.disabled & VLAPIC_SW_DISABLED)
48 #define vlapic_hw_disabled(vlapic) ((vlapic)->hw.disabled & VLAPIC_HW_DISABLED)
49 #define vlapic_disabled(vlapic) ((vlapic)->hw.disabled)
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dprot_domU.te2 # to create or migrate a domain of type prot_domU_t. If disabled, dom0 cannot
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-locality.patch7 BOOL deactivated, BOOL disabled)
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc215 # file (report R0402 must not be disabled)
219 # not be disabled)
223 # not be disabled)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dwakeup.S112 # Now in protect mode, with paging disabled
A Dvideo.S897 cmpb $1, bootsym(opt_edid) # EDID disabled on cmdline (edid=no)?
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.556 If set to "auto" then auto-ballooning will be disabled if the
67 If disabled hotplug scripts will be called from udev, as it used to
A Dxl.cfg.pod.5.in733 empty string, authentication on the VNC server will be disabled,
1113 emulated graphics adapter is disabled and the VNC console for the VM
1686 =item B<disabled>
1688 Altp2m is disabled for the domain (default).
1711 disabled by default and is available only to HVM domains.
1731 This option is disabled by default.
1933 internal tick alarm is not disabled if the vCPU is preempted during
2148 empty string, authentication on the VNC server will be disabled
2231 The default is (0) disabled.
2243 an USB2.0 controller. The default is (0) disabled.
[all …]
A Dxen-pv-channel.pod.7161 at them; make sure such software is disabled!
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dearly-printk.txt58 By default early printk is disabled.
/xen-4.10.0-shim-comet/xen/arch/x86/
A DMakefile172 $(TARGET).efi: guard = $(if $(shell echo efi/dis* | grep disabled),:)
234 rm -f $(BASEDIR)/.xen.efi.[0-9]* efi/*.efi efi/disabled efi/mkreloc
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME56 - make sure firewall is disabled on dom0 if running gdb on a different host.
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc49 (COS). When SW configures to enable CDP, L3 CAT is disabled.
176 HW may support all features. By default, CDP is disabled on the processor.
185 L3 CAT/CDP is disabled, or L2 CAT and L3 CAT/CDP are both enabled.
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S228 sti ; XEN: OS calls us with ints disabled -- better re-enable here!
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/
A Dsave.h409 uint32_t disabled; /* VLAPIC_xx_DISABLED */ member
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c246 (unsigned long long) p.apic_base_msr, p.disabled, p.timer_divisor); in dump_lapic()
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt240 comment "module support disabled"
395 limits FOO to module (=m) or disabled (=n).
A Dxsm-flask.txt125 framework is disabled. Running 'make -C xen menuconfig' and enabling XSM
165 - prot_domU_t is a domain type whose creation can be disabled with a boolean

Completed in 26 milliseconds

12