Re: [PATCH 11/11] include/exec: Use uintptr_t in CPUTLBEntry

2025-02-13 Thread Philippe Mathieu-Daudé
On 5/2/25 05:03, Richard Henderson wrote: Since we no longer support 64-bit guests on 32-bit hosts, we can use a 32-bit type on a 32-bit host. This shrinks the size of the structure to 16 bytes on a 32-bit host. Signed-off-by: Richard Henderson --- include/exec/tlb-common.h | 10 +-

[PATCH 11/11] include/exec: Use uintptr_t in CPUTLBEntry

2025-02-04 Thread Richard Henderson
Since we no longer support 64-bit guests on 32-bit hosts, we can use a 32-bit type on a 32-bit host. This shrinks the size of the structure to 16 bytes on a 32-bit host. Signed-off-by: Richard Henderson --- include/exec/tlb-common.h | 10 +- accel/tcg/cputlb.c | 21