On 8/17/24 01:42, Pierrick Bouvier wrote:
User mode uses a shared code cache while system mode uses a code cache per vcpu (thus, translation can happen concurrently).

Not 100% accurate. The system mode code cache is global, but is partitioned so that each partition has a different lock, so that multiple vcpus can translate concurrently.


r~

Reply via email to