Re: [RISU v2 16/17] aarch64: Reorg sve reginfo to save space

2020-05-20 Thread Alex Bennée
Richard Henderson writes: > Mirror the signal frame by storing all of the registers > as a lump. Use the signal macros to pull out the values. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée I haven't been able to get my model to boot yet to test but I'm pretty happy with the

[RISU v2 16/17] aarch64: Reorg sve reginfo to save space

2020-05-18 Thread Richard Henderson
Mirror the signal frame by storing all of the registers as a lump. Use the signal macros to pull out the values. Signed-off-by: Richard Henderson --- risu_reginfo_aarch64.h | 16 + risu_reginfo_aarch64.c | 135 + 2 files changed, 73 insertions(+), 78