将虚拟地址的内容加载到特定寄存器时,作为该过程的一部分,硬件和操作系统中需要发生的一些一般事件序列是什么?
例如,LD 0xffe4ca32,R1
用于此的地址是虚拟地址吗?它需要先进行一些地址转换才能获得物理地址。
我的第一个问题是,
When this instruction executes, how is this instruction handled by the Hardware and Operating System?
我的第二个问题是,
Is the "value" of that virtual address, 0xffe4ca32, the contents of its mapped physical address or is it the physical address itself?
我只是不清楚正在加载到 R1 中的内容