This commit is contained in:
Robert Morris 2022-08-09 13:41:45 -04:00
parent 9fc9f755e1
commit 3abd7a16dd

View file

@ -183,6 +183,7 @@ w_mtvec(uint64 x)
asm volatile("csrw mtvec, %0" : : "r" (x));
}
// Physical Memory Protection
static inline void
w_pmpcfg0(uint64 x)
{