Re: [PATCH 7/8] ppc/ppc405: Introduce a store helper for SPR_40x_PID

2021-12-23 Thread Richard Henderson
On 12/21/21 10:40 PM, Cédric Le Goater wrote: The PID SPR of the 405 CPU contains the translation ID of the TLB which is a 8-bit field. Enforce the mask with a store helper. Cc: Christophe Leroy Signed-off-by: Cédric Le Goater --- target/ppc/spr_tcg.h | 1 + target/ppc/cpu_init.c | 2 +-

[PATCH 7/8] ppc/ppc405: Introduce a store helper for SPR_40x_PID

2021-12-21 Thread Cédric Le Goater
The PID SPR of the 405 CPU contains the translation ID of the TLB which is a 8-bit field. Enforce the mask with a store helper. Cc: Christophe Leroy Signed-off-by: Cédric Le Goater --- target/ppc/spr_tcg.h | 1 + target/ppc/cpu_init.c | 2 +- target/ppc/translate.c | 8 3 files