Liste des Groupes | Revenir à c arch |
On 2025-04-03 1:22 p.m., BGB wrote:-------------------
Let us postulate you are running in RISC-V HyperVisor on core[j]>>
Or, to allow for NOMMU operation, or reduce costs by not having context
switches result in as large of numbers of TLB misses.
>
Also makes the kernel simpler as it doesn't need to deal with each
process having its own address space.
Have you seen the MPRV bit in RISCV? Allows memory ops to execute using
the previous mode / address space. The bit just has to be set, then do
the memory op, then reset the bit. Makes it easy to access data using
the process address space.
Les messages affichés proviennent d'usenet.