Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1902954
  • 博文数量: 376
  • 博客积分: 2147
  • 博客等级: 大尉
  • 技术积分: 3642
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-06 10:47
文章分类

全部博文(376)

文章存档

2019年(3)

2017年(28)

2016年(15)

2015年(17)

2014年(182)

2013年(16)

2012年(115)

我的朋友

发布时间:2013-02-01 11:49:00

PowerPC 异常类型与异常向量将处理器内部产生的异常和外部中断信号统一称为异常 (Exception)。异常发生时,PowerPC 处理器根据异常的类型,分别跳转到不同的异常向量地址,执行异常处理程序。异常类型到异常向量的映射,经典 PowerPC 和 Book E 有所不同。经典 PowerPC异常类型 异常.........【阅读全文】

阅读(4973) | 评论(0) | 转发(1)

发布时间:2013-02-01 11:47:51

powerpc e500 内核中断系统有两部分组成一个是e500 的 内核,一个是中断异常控制器programmable interrupt controller (PIC) interrupt protocole500 内核有些特殊之处是:在e500 内核进入中断和异常处理程 序时不能关闭mmu 也就是说e500内核 所看到的是虚拟地址。E500 内核的解决办.........【阅读全文】

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

发布时间:2013-01-23 17:56:46

linux-2.6.28/fs/proc/proc_device.c/** Called on initialization to set up the /proc/device-tree subtree*/void __init proc_device_tree_init(void){   struct device_node *root;   if ( !have_of )       return;   proc_device_tree = p.........【阅读全文】

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

发布时间:2012-10-31 10:58:03

......【阅读全文】

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

发布时间:2012-09-24 16:39:28

......【阅读全文】

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

登录 注册