HelloIn Privilege spec version 20211203, on page 99, for the HyperVisor extension, it says:".. and standard page-based address translation must be supported, .."Then on page 123 of the above version of the Privilege spec, it says WRT Two-Stage Address Translation: " ..Although there is no option to disable two-stage address translation when V=1, either stage of translation can be efficievely disabled by zeroing the corresponding vsatp and hgatp register".I would like to support Hypervisor support by implementing H-extension, but don't want to do any virtual to physical translation (real-time automotive application). Thus vsatp.MODE = 0x0 and hgatp.MODE = 0x0 in my example.
QS1: Is it possible to support the runing of type-1 Hypervisor on a H-extension RISC core, without having page-based address translation?The intention would be to make use of the PMP feature to provide the memory address checking (all addresses would then be physical) and the corresponding memory access protection checks?
Thanks in advanceJO--
You received this message because you are subscribed to the Google Groups "RISC-V ISA Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isa-dev+u...@groups.riscv.org.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/isa-dev/0cbf7a05-d910-4ecf-b540-e2035d8152d0n%40groups.riscv.org.
☹
This is a common use case. Any chance of a standard extension to support this?
Jeff
From: Andrew Waterman <wate...@eecs.berkeley.edu>
Sent: Tuesday, September 5, 2023 3:54 PM
To: Javed Osmany <livi...@gmail.com>
Cc: RISC-V ISA Dev <isa...@groups.riscv.org>; J Osmany <liv...@hotmail.co.uk>
Subject: [EXT] Re: [isa-dev] Hypervisor support with no Page Tables
|
Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button |
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/isa-dev/CA%2B%2B6G0BzTv45F%2B%3DAHNAHMzFntcvD6s9shQjDkPEiJw5VoTVjLA%40mail.gmail.com.
Is it possible for me to be part of the working group, to provide input from our company (IMG) prespective?
--
You received this message because you are subscribed to the Google Groups "RISC-V ISA Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isa-dev+u...@groups.riscv.org.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/isa-dev/c846f00a-b7e1-4137-9191-e696efe9cec1n%40groups.riscv.org.