Liste des Groupes | Revenir à c arch |
When the exception (in this case an upcall to a more privilegedOn Sun, 6 Apr 2025 14:32:43 +0000, Scott Lurndal wrote:
regime) occurs, the saved state register/stack word should contain the
prior privilege level. The hypervisor will know from that whether
the upcall was from the guest OS or a guest Application.
>
Note that on ARM, there are restrictions on upcalls to
more privileged regimes - generally a particular regime
can only upcall the next higher privileged regime, so
the user app can only upcall the GuestOS, the guest OS can only
upcall the HV and the HV is the only regime that can
upcall the secure monitor.
That presumes a shared address space between the privilegeSo, is this dichotomy because::
levels - which is common for the OS and user-modes. It's
not common (or particularly useful[*]) at any other privilege
level.
Les messages affichés proviennent d'usenet.