Skip to content

Commit d350261

Browse files
authored
taxnomoy of ldst should be under zimte chapter section. (#49)
Signed-off-by: Deepak Gupta <debug@rivosinc.com>
1 parent 201d74e commit d350261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/mte_tag.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ extension may not be implemented or may not be enabled for a workload,
1919
instruction encodings for memory tagging are taken from zimop cite:[ZIMOP]
2020
encoding and thus make memory tagging extension dependent on zimop.
2121

22-
== Taxonomy for loads and stores
22+
=== Taxonomy for loads and stores
2323

2424
`Zimte` introduces new type of loads and stores to the hart and enforces tag
2525
checks on certain loads and stores. Following terminologies are defined for
2626
better clarity and will be used in the rest of the specification.
2727

28-
=== Regular load and regular store operations
28+
==== Regular load and regular store operations
2929
Load and store operating on a page with permissions `--R`, `X-R`, `-WR` and
3030
`XWR` are termed as a `regular load` and `regular store`. Regular load and
3131
regular store memory operations are generated from an instruction (except
3232
`settag`) defined by ISA to perform memory accesses.
3333

34-
=== Checked load and store
34+
==== Checked load and store
3535
Regular load and store which is subject to tag check is termed as checked load
3636
and store (or checked memory access)
3737

38-
=== Unchecked load and store
38+
==== Unchecked load and store
3939
Regular load and store which is not subject to tag check is termed as unchecked
4040
load and store (unchecked memory access).
4141

42-
=== Load tag and store tag operations
42+
==== Load tag and store tag operations
4343
`load tag` operation is a load of tag from tag storage as defined by Svatag or
4444
Smvatag extensions. `store tag` operation is a store of tag to tag storage as
4545
defined by Svatag or Smvatag extensions. `load tag` operation requires

0 commit comments

Comments
 (0)