首页 > 其他 > 详细

2.2 ARM处理器工作模式

时间:2015-09-13 21:37:40      阅读:294      评论:0      收藏:0      [点我收藏+]

ARM Architecture Reference Manual

Arm 指令框架手册

1. 处理器7种工作模式

Processor mode

Mode number

Description

User usr

0b10000

Normal program execution mode

FIQ fiq

0b10001

Supports a high-speed data transfer or channel process

Supervisor svc

0b10011

A protected mode for the operating system

Abort abt

0b10111

Implements virtual memory and/or memory protection

Undefined und

0b11011

Supports software emulation of hardware coprocessors

System sys

0b11111

Runs privileged operating system tasks (ARMv4 and above)

Linux 应用程序运行在usr模式

Linux 内核运行在svc模式

2.2 ARM处理器工作模式

原文:http://www.cnblogs.com/chengfangming/p/4805504.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!