码迷,mamicode.com
首页 > 其他好文 > 详细

2.2 ARM处理器工作模式

时间:2015-09-13 21:38:33      阅读:236      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!