Re: [PATCH 2/2] target/ppc: Add TFMR SPR implementation with read and write helpers

2023-06-30 Thread Daniel Henrique Barboza
On 6/25/23 09:03, Nicholas Piggin wrote: TFMR is the Time Facility Management Register which is specific to POWER CPUs, and used for the purpose of timebase management (generally by firmware, not the OS). Add helpers for the TFMR register, which will form part of the core timebase facility mo

[PATCH 2/2] target/ppc: Add TFMR SPR implementation with read and write helpers

2023-06-25 Thread Nicholas Piggin
TFMR is the Time Facility Management Register which is specific to POWER CPUs, and used for the purpose of timebase management (generally by firmware, not the OS). Add helpers for the TFMR register, which will form part of the core timebase facility model in future but for now behaviour is unchang