Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 7 of 7) sorted by relevance

/hypervisor/common/
A Dtrusty_hypercall.c33 if ((vcpu->vm->sworld_control.flag.supported != 0UL) && (next_world_id < NR_WORLD) in hcall_world_switch()
34 && (vcpu->vm->sworld_control.flag.active != 0UL)) { in hcall_world_switch()
59 if ((vcpu->vm->sworld_control.flag.supported != 0UL) in hcall_initialize_trusty()
60 && (vcpu->vm->sworld_control.flag.active == 0UL) in hcall_initialize_trusty()
66 vcpu->vm->sworld_control.flag.active = 1UL; in hcall_initialize_trusty()
90 if (is_vcpu_bsp(vcpu) && (vm->sworld_control.flag.supported != 0UL)) { in hcall_save_restore_sworld_ctx()
91 if (vm->sworld_control.flag.active != 0UL) { in hcall_save_restore_sworld_ctx()
93 vm->sworld_control.flag.ctx_saved = 1UL; in hcall_save_restore_sworld_ctx()
96 if (vm->sworld_control.flag.ctx_saved != 0UL) { in hcall_save_restore_sworld_ctx()
98 vm->sworld_control.flag.ctx_saved = 0UL; in hcall_save_restore_sworld_ctx()
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dtrusty.h110 } flag; member
/hypervisor/arch/x86/guest/
A Dvm.c711 vm->sworld_control.flag.supported = 1U; in create_vm()
713 if (vm->sworld_control.flag.supported != 0UL) { in create_vm()
1028 vm->sworld_control.flag.active = 0UL; in reset_vm()
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 Dtrusty.c370 if ((vm->sworld_control.flag.supported == 0UL) in initialize_trusty()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog331 with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
425 configuration flag MBEDTLS_GCM_ALT.
439 the new configuration flag MBEDTLS_ECJPAKE_ALT.
1228 * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION
1348 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce
1350 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce
1553 * Add SSL_CIPHERSUITES config.h flag to allow specifying a list of
2178 interoperability can be switched on/off with the flag

Completed in 13 milliseconds