Re: Interrupts in OoO

Liste des GroupesRevenir à c arch 
Sujet : Re: Interrupts in OoO
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.arch
Date : 07. Oct 2024, 22:21:24
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <30511637773541cec6c2119a23a71202@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Rocksolid Light
On Mon, 7 Oct 2024 19:59:59 +0000, Scott Lurndal wrote:

Brett <ggtgp@yahoo.com> writes:
Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:

The CPU can give ring 0 priority, it is OoOe after all.
>
I assume you're referring to the Intel 64-bit x86_64 family,
as other processor families don't have a 'ring 0' per se.
>
The AArch64 architecture provides the ability to configure
the two processor interrupt signals to be delivered
independently at any one of three privilege (exception)
levels - kernel, hypervisor or secure monitor.
My 66000 provides the ability to configure any number of
interrupts (2^32) through any number of interrupt tables
(2^54) to any number of cores (2^16) at any of the 4
privilege levels and any of the 64 priority levels;
AND it requires no SW PIC updates on world-switches,
and control arrives in an already re-entrant state.

Usually configured to route FIQ (Fast interrupt) to
the most secure privilege level, and IRQ (interrupt)
to the next most privileged level (hypervisor or
bare metal OS).
Any interrupt in any table can be programmed to stimulate
any of the 4 (not just 3) privilege levels. User code
can be configured to take its own page faults without
an excursion through OS (except when called on by user
SVC).

Date Sujet#  Auteur
3 Oct 24 * Microarchitectural support for counting12Anton Ertl
3 Oct 24 `* Re: Microarchitectural support for counting11Brett
5 Oct 24  `* Re: Microarchitectural support for counting10MitchAlsup1
5 Oct 24   +- Re: Microarchitectural support for counting1Brett
5 Oct 24   +* Interrupts in OoO (was: Microarchitectural support for counting)7Anton Ertl
7 Oct 24   i+* Re: Interrupts in OoO (was: Microarchitectural support for counting)4Brett
7 Oct 24   ii+* Re: Interrupts in OoO2MitchAlsup1
8 Oct 24   iii`- Re: Interrupts in OoO1MitchAlsup1
8 Oct 24   ii`- Re: Interrupts in OoO1Terje Mathisen
7 Oct 24   i+- Re: Interrupts in OoO1MitchAlsup1
13 Oct 24   i`- Re: Interrupts in OoO1Anton Ertl
6 Oct 24   `- Re: Microarchitectural support for counting1MitchAlsup1

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal