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.
Oops(也称panic,慌张)消息包含系统错误的细节,如CPU寄存器的内容。
The Oops (or panic) message contains details of a system failure, such as the contents of CPU registers.
中断处理器读寄存器,并提供信息,指出哪一个存储单元出现了奇偶错误。
An interrupt handler reads the register and provides messages indicating which memory bank caused the parity error.
中断处理器读寄存器,并提供信息,指出哪一个存储单元出现了奇偶错误。
An interrupt handler reads the register and provides messages indicating which memory bank caused the parity error.
应用推荐