You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXME: while following the spec for vmnewmap and the kernel source, I thought
I understood the expected behavior but based on what I've seen so far I
think it's not yet implemented correctly.
Signed-off-by: Brian Cain <[email protected]>
Copy file name to clipboardExpand all lines: docs/system/hexagon/hvm.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Virtual Instructions
117
117
* - vmnewmap
118
118
- set new virtual memory map
119
119
- 0xb
120
-
- r0 contains logical address of new segment table, r1 =Type of translations
120
+
- r0 contains logical address of new segment table, r1 = type of translations: 0 indicates a logical address of a zero-terminated linear list, 1 indicates a set of page tables.
121
121
- r0 contains 0 on success, otherwise negative error code
0 commit comments