[ARM异常]-ARMV8的中断的routing和Mask表
生活随笔
收集整理的這篇文章主要介紹了
[ARM异常]-ARMV8的中断的routing和Mask表
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
Asynchronous exception routing
1、Routing when both EL3 and EL2 are implemented (continued)
這張表看似內(nèi)容很多,但我們只分析我們常用的場(chǎng)景;
該表的前半部分NS=0后半部分NS=1,前半部分和后半部分的內(nèi)容幾乎是一樣的,我們只要看前部分就可以了,另外EEL2=1(開啟secEL2)的我們暫時(shí)不分析,所有也就只剩下了前三行;
第一行:RW=0, 也就是routing到aarch32中;
第二行,RW=1,EA/IRQ/FIQ=0,中斷routing到aarch64的EL1
第二行,RW=1,EA/IRQ/FIQ=0,中斷routing到aarch64的EL3
2、Routing when EL3 is implemented and EL2 is not implemented
3、Routing when EL3 is not implemented and EL2 is implemented
Asynchronous exception masking
1、Physical interrupt target and masking when both EL3 and EL2 are implemented
2、Physical interrupt target and masking when EL3 is implemented and EL2 is not implemented
3、Physical interrupt target and masking when EL3 is not implemented and EL2 is implemented
總結(jié)
以上是生活随笔為你收集整理的[ARM异常]-ARMV8的中断的routing和Mask表的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [mmu/cache]-MMU的寄存器学
- 下一篇: [ARM异常]-ARMV8的异步异常(中