Sv32 Page Table Entry Permissions

Tonight’s @risc_v Tip:

A 32-bit Page Table Entry (PTE) in Sv32 virtual memory mode contains four bits that indicate access permissions. The R, W, X bits correspond to Read, Write, and Execute access respectively. The U bit indicates whether the page is accessible in User (U) mode.

21-11-25

Original Tweet