Commit fab7968 1 parent 814c8f3 commit fab7968 Copy full SHA for fab7968
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,16 @@ The rules from <<acperm_rules>> must be followed when removing permissions.
52
52
| 4 (RV32 only) | <<x_perm>> | <<r_perm>>
53
53
| 5 (RV32 only) | <<w_perm>> | not(<<c_perm>>) or <<lm_perm>>
54
54
| 6 (RV32 only) | <<x_perm>> | <<w_perm>> or <<c_perm>>
55
- | 7 | <<el_perm>> | <<c_perm>> and <<r_perm>> and <<lm_perm>>
56
- | 8 | <<lm_perm>> | <<c_perm>> and <<r_perm>> and (<<w_perm>> or <<el_perm>>)
57
- | 9 | <<sl_perm>> | (<<c_perm>> and <<lm_perm>> and (<<x_perm>> or <<w_perm>>)
58
- | 10 (RV32 only) | <<x_perm>> | (<<c_perm>> and <<lm_perm>> and <<el_perm>> and (<<sl_perm>> == ∞)) or +
55
+ | 7 | <<el_perm>> | <<c_perm>> and <<r_perm>>
56
+ | 8 (RV32 only) | <<el_perm>> | <<lm_perm>>
57
+ | 9 | <<lm_perm>> | <<c_perm>> and <<r_perm>>
58
+ | 10 (RV32 only) | <<lm_perm>> | (<<w_perm>> or <<el_perm>>)
59
+ | 11 | <<sl_perm>> | <<c_perm>>
60
+ | 12 (RV32 only) | <<sl_perm>> | (<<lm_perm>> and (<<x_perm>> or <<w_perm>>))
61
+ | 13 (RV32 only) | <<x_perm>> | (<<c_perm>> and <<lm_perm>> and <<el_perm>> and (<<sl_perm>> == ∞)) or +
59
62
(not(<<c_perm>> and not(<<lm_perm>>) and not(<<el_perm>>) and (<<sl_perm>>==0)))^1^
60
- | 11 | <<asr_perm>> | <<x_perm>>
61
- | 12 | <<m_bit>> | <<x_perm>>
63
+ | 14 | <<asr_perm>> | <<x_perm>>
64
+ | 15 | <<m_bit>> | <<x_perm>>
62
65
|===
63
66
64
67
^1^ All the listed permissions in the set are either minimum or maximum.
You can’t perform that action at this time.
0 commit comments