Home
last modified time | relevance | path

Searched refs:active (Results 1 – 13 of 13) sorted by relevance

/hypervisor/common/
A Dtrusty_hypercall.c34 && (vcpu->vm->sworld_control.flag.active != 0UL)) { in hcall_world_switch()
60 && (vcpu->vm->sworld_control.flag.active == 0UL) in hcall_initialize_trusty()
66 vcpu->vm->sworld_control.flag.active = 1UL; in hcall_initialize_trusty()
91 if (vm->sworld_control.flag.active != 0UL) { in hcall_save_restore_sworld_ctx()
99 vm->sworld_control.flag.active = 1UL; in hcall_save_restore_sworld_ctx()
A Dptdev.c163 entry->active = false; in ptirq_alloc_entry()
237 entry->active = true; in ptirq_activate_entry()
252 entry->active = false; in ptirq_deactivate_entry()
/hypervisor/dm/
A Dvuart.c174 if ((vu->active) && (vu->port_base == (offset & ~0x7U))) { in find_vuart_by_port()
233 if (vu->active) { in send_to_target()
697 if ((target_vu != NULL) && (target_vu->active)) { in find_active_target_vuart()
711 if (vu->active) { in vuart_setup_connection()
755 if ((vm->vuart[i].active) && (vm->vuart[i].irq == intx_gsi)) { in is_vuart_intx()
797 vu->active = true; in init_legacy_vuarts()
835 vm->vuart[i].active = false; in deinit_legacy_vuarts()
878 vu->active = true; in init_pci_vuart()
908 vu->active = false; in deinit_pci_vuart()
/hypervisor/include/common/
A Dptdev.h136 bool active; /* true=active, false=inactive*/ member
151 return entry->active; in is_entry_active()
/hypervisor/include/arch/x86/asm/guest/
A Dtrusty.h106 uint64_t active : 1; member
/hypervisor/include/dm/
A Dvuart.h101 bool active; /**< Whether the vuart is active. */ member
/hypervisor/dm/vpci/
A Dvmcs9900.c70 vu->active = true; in map_vmcs9900_vbar()
89 vu->active = false; in unmap_vmcs9900_vbar()
/hypervisor/debug/
A Dconsole.c178 return ((vu != NULL) && vu->active) ? vu : NULL; in vuart_console_active()
A Dshell.c1130 if (!vu->active) { in shell_to_vm_console()
/hypervisor/arch/x86/guest/
A Dept.c234 if (vm->sworld_control.flag.active != 0UL) { in destroy_ept()
A Dvirq.c387 if (vcpu->vm->sworld_control.flag.active != 0UL) { in acrn_handle_pending_request()
A Dvm.c1028 vm->sworld_control.flag.active = 0UL; in reset_vm()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog13 in (D)TLS 1.0 to 1.2, that allowed an active network attacker to
1256 * Removed helper script active-config.pl
1879 * Support for multiple active certificate / key pairs in SSL servers for
2147 * Fixed memory leak in ssl_free() and ssl_reset() for active session

Completed in 22 milliseconds