Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 5 of 5) sorted by relevance

/hypervisor/debug/
A Duart16550.c18 bool enabled; member
33 .enabled = true,
40 .enabled = true,
47 .enabled = true,
157 if (!uart.enabled) { in uart16550_init()
177 uart.enabled = false; in uart16550_init()
196 uart.enabled = false; in uart16550_init()
226 if (!uart.enabled) { in uart16550_getc()
264 if (!uart.enabled) { in uart16550_puts()
284 uart.enabled = enabled; in uart16550_set_property()
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dhyperv.h25 uint64_t enabled:1; member
34 uint64_t enabled:1; member
/hypervisor/arch/x86/guest/
A Dhyperv.c73 if (ref_tsc_page->enabled == 1U) { in hyperv_setup_tsc_page()
133 if (hypercall.enabled != 0UL) { in hyperv_setup_hypercall_page()
158 vcpu->vm->arch_vm.hyperv.hypercall_page.enabled = 0UL; in hyperv_wrmsr()
317 vm->arch_vm.hyperv.hypercall_page.enabled = 0U; in hyperv_page_destory()
321 vm->arch_vm.hyperv.ref_tsc_page.enabled = 0UL; in hyperv_page_destory()
/hypervisor/include/debug/
A Duart16550.h140 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t base_addr);
/hypervisor/lib/crypto/mbedtls/
A DChangeLog73 MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719.
257 MBEDTLS_ASN1_PARSE_C is not enabled. This allows the use of PBKDF2
336 is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION
387 default enabled) maximum fragment length extension is disabled in the
652 The issue could only happen client-side with renegotiation enabled.
873 * Fix compilation without MBEDTLS_SELF_TEST enabled.
1253 * Configuration option POLARSSL_HAVE_IPV6 was removed (always enabled).
1315 thread-safe if MBEDTLS_THREADING_C is enabled.
1356 * Fix bug in entropy.c when THREADING_C is also enabled that caused
2176 disabled by default and can be enabled with POLARSSL_SSL_DEBUG_ALL
[all …]

Completed in 10 milliseconds