[mmu/cache]-MMU的寄存器学习

1、PAR_EL1, Physical Address Register

寄存器:
在这里插入图片描述
寄存器读写:

MRS <Xt>, PAR_EL1
MSR PAR_EL1, <Xt>

SH : Shareability attribute, for the returned output address. Permitted values are:
0b00 Non-shareable.
0b10 Outer Shareable. (default)
0b11 Inner Shareable.

F :
0 - Address translation completed successfully.
1 - Address translation aborted.

猜你喜欢

转载自blog.csdn.net/weixin_42135087/article/details/107312817
MMU