Date
1 - 2 of 2
[RISC-V] [tech-tee] TEE proposal for M-mode SMEP/SMAP via PMP
Bill Huffman
Excellent point, Greg. I think either nop or setting a security error bit (which would cause an error the next time the entry or the PMP was used) would be better than making the exception depend on the data that's written to the CSR. Having an
exception on CSR data makes for an annoying pipeline timing issue. Bill On 12/20/19 7:04 PM, Greg Favor wrote:
|
|
The other possibility is to simply write it, but any access that is matched by it (and not overridden by another with a lower index?) causes a security exception. That is actually how I thought it did work. Then it's handled exactly like all the other exception - basically noRWX, but instead of an access exception, its a security exception. On Fri, Dec 20, 2019 at 7:14 PM Bill Huffman <huffman@...> wrote:
|
|