On 30/12/24 00:41, del...@kernel.org wrote:
From: Helge Deller
Add the CPU reset method, which resets all CPU registers and the TLB to
zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and
start execution at address 0xf004.
Although we currently want to zero out all value
On 12/29/24 15:41, del...@kernel.org wrote:
From: Helge Deller
Add the CPU reset method, which resets all CPU registers and the TLB to
zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and
start execution at address 0xf004.
Although we currently want to zero out all values
From: Helge Deller
Add the CPU reset method, which resets all CPU registers and the TLB to
zero. Then the CPU will switch to 32-bit mode (PSW_W bit is not set) and
start execution at address 0xf004.
Although we currently want to zero out all values in the CPUHPPAState
struct, add the end_rese