aboutsummaryrefslogtreecommitdiff
path: root/src/supervisor.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-04-18 16:02:35 -0400
committerBill Traynor <wmat@riscv.org>2023-04-18 16:02:35 -0400
commit2acb8d1cbf9324d176b3636093dae18a2546b465 (patch)
treebf6a060ed16c7612fb8fa377c6df44d3378215b9 /src/supervisor.adoc
parent36a1eaa88fc0f93bc308ef69b3346d6e756b0cbe (diff)
downloadriscv-isa-manual-2acb8d1cbf9324d176b3636093dae18a2546b465.zip
riscv-isa-manual-2acb8d1cbf9324d176b3636093dae18a2546b465.tar.gz
riscv-isa-manual-2acb8d1cbf9324d176b3636093dae18a2546b465.tar.bz2
Formatting table
Formatted table to match LaTeX.
Diffstat (limited to 'src/supervisor.adoc')
-rw-r--r--src/supervisor.adoc45
1 files changed, 36 insertions, 9 deletions
diff --git a/src/supervisor.adoc b/src/supervisor.adoc
index e400a99..8e6d96b 100644
--- a/src/supervisor.adoc
+++ b/src/supervisor.adoc
@@ -1587,15 +1587,42 @@ __
[%autowidth,float="center",align="center",cols="^,^,<,^",options="header"]
|===
|i |_pte.ppn[i]_ |Description |_pte.napot_bits_
-|0 |`x xxxx xxx1` |8 KiB contiguous region |1
-|0 |`x xxxx xx10` |16 KiB contiguous region |2
-|0 |`x xxxx x100` |32 KiB contiguous region |3
-|0 |`x xxxx 1000` |64 KiB contiguous region |4
-|0 |`x xxx1 0000` |128 KiB contiguous region |5
-|... |... |... |...
-|1 |`x xxxx xxx1` |4 MiB contiguous region |1
-|1 |`x xxxx xx10` |8 MiB contiguous region |2
-|... |... |... |...
+|0 +
+0 +
+0 +
+0 +
+0 +
+... +
+1 +
+1 +
+...
+|`x xxxx xxx1` +
+`x xxxx xx10` +
+`x xxxx x100` +
+`x xxxx 1000` +
+`x xxx1 0000` +
+... +
+`x xxxx xxx1` +
+`x xxxx xx10` +
+...
+|8 KiB contiguous region +
+16 KiB contiguous region +
+32 KiB contiguous region +
+64 KiB contiguous region +
+128 KiB contiguous region +
+... +
+4 MiB contiguous region +
+8 MiB contiguous region +
+...
+| 1 +
+2 +
+3 +
+4 +
+5 +
+... +
+1 +
+2 +
+...
|===
In such a case, an implementation may or may not support all options.