comment
This commit is contained in:
parent
9fc9f755e1
commit
3abd7a16dd
|
@ -183,6 +183,7 @@ w_mtvec(uint64 x)
|
||||||
asm volatile("csrw mtvec, %0" : : "r" (x));
|
asm volatile("csrw mtvec, %0" : : "r" (x));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Physical Memory Protection
|
||||||
static inline void
|
static inline void
|
||||||
w_pmpcfg0(uint64 x)
|
w_pmpcfg0(uint64 x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue