为了能够实现 对大于64K的存储器进行寻址,HCSl2利用了一种所谓的 页面寻址机制,通过一个8位的页面寄存器(PPAGE),可 以实现对256×16K=4M的存储空间进行寻址。
基于16个网页-相关网页
dar(数据地址寄存器)包含处理器尝试访问的地址,这一行为将引发页面错误。
The dar (Data address Register) contains the address that the processor tried to access, which then caused a page fault.
dsirr(数据存储中断原因寄存器)表示发生的页面错误的类型。
The dsirr (Data Storage Interrupt reason Register) indicates the type of page fault that has occurred.
dsisr(数据存储中断状态寄存器)表示页面错误无法解决的原因。
The dsisr (Data Storage Interrupt Status Register) indicates why the page fault could not be resolved.
应用推荐