9 lines
451 B
Markdown
9 lines
451 B
Markdown
|
- current 宏 获取task_struct的重要的宏
|
|||
|
- 每个体系结构都要有自己的实现
|
|||
|
- 对于arm64来讲, 就是读取sp_el0 ? 为什么是el0
|
|||
|
- 只有process context(进程上下文)中才生效, 在中断上下文中不生效。
|
|||
|
- on behalf of a process by syscall or trigger an exception(exception handler)
|
|||
|
- executing an interrupt handler.
|
|||
|
- 关于current,kernel还封装了一组操作
|
|||
|
- task_pid_nr(current)
|