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
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md
+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
@@ -10,7 +10,7 @@ It's very small that there is no RwLock, no network, no stdin, and no file syste
10
10
Some abbreviation:
11
11
| Abbreviation | The full text | Description |
12
12
| ---- | ---- | ---- |
13
-
| TEE | Trusted Execution Environment | ARM TrustZone devide the system into two worlds/modes -- the secure world/mode and the normal world/mode. TEE is in the secure world/mode. |
13
+
| TEE | Trusted Execution Environment | ARM TrustZone divides the system into two worlds/modes -- the secure world/mode and the normal world/mode. TEE is in the secure world/mode. |
14
14
| REE | Rich Execution Environment | The normal world. for example, Linux for Android phone is in REE side. |
15
15
| TA | Trusted Application | The app run in TEE side system. |
16
16
| CA | Client Application | The progress run in REE side system. |
0 commit comments