Home
last modified time | relevance | path

Searched refs:other (Results 1 – 3 of 3) sorted by relevance

/hypervisor/arch/x86/guest/
A Dlock_instr_emul.c41 struct acrn_vcpu *other; in vcpu_kick_lock_instr_emulation() local
47 foreach_vcpu(i, cur_vcpu->vm, other) { in vcpu_kick_lock_instr_emulation()
48 if ((other != cur_vcpu) && (other->state == VCPU_RUNNING)) { in vcpu_kick_lock_instr_emulation()
49 vcpu_make_request(other, ACRN_REQUEST_SPLIT_LOCK); in vcpu_kick_lock_instr_emulation()
57 struct acrn_vcpu *other; in vcpu_complete_lock_instr_emulation() local
61 foreach_vcpu(i, cur_vcpu->vm, other) { in vcpu_complete_lock_instr_emulation()
62 if ((other != cur_vcpu) && (other->state == VCPU_RUNNING)) { in vcpu_complete_lock_instr_emulation()
63 signal_event(&other->events[VCPU_EVENT_SPLIT_LOCK]); in vcpu_complete_lock_instr_emulation()
A Dvmexit.c442 struct acrn_vcpu *other; in wbinvd_vmexit_handler() local
453 foreach_vcpu(i, vcpu->vm, other) { in wbinvd_vmexit_handler()
454 if (other != vcpu) { in wbinvd_vmexit_handler()
455 vcpu_make_request(other, ACRN_REQUEST_WAIT_WBINVD); in wbinvd_vmexit_handler()
461 foreach_vcpu(i, vcpu->vm, other) { in wbinvd_vmexit_handler()
462 if (other != vcpu) { in wbinvd_vmexit_handler()
463 signal_event(&other->events[VCPU_EVENT_SYNC_WBINVD]); in wbinvd_vmexit_handler()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog20 or CCM instead of CBC, using hash sizes other than SHA-384, or using
169 omitted. The overread could be triggered remotely, while the other issues
260 for Curve25519 (other curves had it already). Contributed by Nicholas
293 HMAC extension, Mbed TLS can now interoperate with other
949 SLOTH attack on TLS 1.2 server authentication (other attacks from the
1029 of TLS, but might be in other uses. On 32 bit machines, requires reading a
1596 exchange that caused some handshakes to fail with other implementations.
2558 * Improvements to support integration in other

Completed in 7 milliseconds