OP-TEE: Interrupts / Exceptions
2024-10-6
| 2025-1-12
本文字數 2225閱讀時長 6 分鐘
type
Post
status
Published
date
Oct 6, 2024
slug
summary
OP-TEE 中斷和例外的 codes trace 筆記。
tags
OP-TEE
category
Security
icon
password
⚠️
The code is based on: https://gitlab.com/riseproject/riscv-optee/optee_os/-/tree/dev-optee-mpxy Commit ID: 75df9ba41a404aec897399ead0ff0aebcbff48ca
  • Currently, RISC-V OP-TEE doesn’t define native interrupts. All interrupts are foreign interrupts:
    • i.e. OP-TEE DOES NOT handle any interrupts.

  • OP-TEE
  • OP-TEE: ThreadsOP-TEE: Memory Management
    Loading...
    目錄