Searched refs:flag (Results 1 – 7 of 7) sorted by relevance
33 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 …]
110 } flag; member
711 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()
234 if (vm->sworld_control.flag.active != 0UL) { in destroy_ept()
387 if (vcpu->vm->sworld_control.flag.active != 0UL) { in acrn_handle_pending_request()
370 if ((vm->sworld_control.flag.supported == 0UL) in initialize_trusty()
331 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_RENEGOTIATION1348 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce1350 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce1553 * Add SSL_CIPHERSUITES config.h flag to allow specifying a list of2178 interoperability can be switched on/off with the flag
Completed in 13 milliseconds