Chinaunix首页 | 论坛 | 博客
  • 博客访问: 191118
  • 博文数量: 213
  • 博客积分: 1685
  • 博客等级: 上尉
  • 技术积分: 1515
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-20 19:22
文章分类

全部博文(213)

文章存档

2016年(7)

2014年(63)

2013年(87)

2012年(56)

我的朋友

发布时间:2013-05-03 11:31:24

pt_regs结构:这个结构封装了需要在内核入口中保存的最少的状态信息。比如说每一次的系统调用、中断、陷阱、故障时,pt_regs结构中保存了最少的状态信息。/* * This struct defines the way the registers are stored on the * stack during a system call.  Note that sizeof(struct pt_regs) *.........【阅读全文】

阅读(2935) | 评论(0) | 转发(0)

发布时间:2013-05-02 16:14:14

/* * CR1 bits (CP#15 CR1) */#define CR_M    (1 ......【阅读全文】

阅读(506) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册