Re: [PATCH 02/10] target/arm: Un-inline access_secure_reg()

2025-03-06 Thread Richard Henderson
On 3/6/25 08:39, Peter Maydell wrote: We would like to move arm_el_is_aa64() to internals.h; however, it is used by access_secure_reg(). Make that function not be inline, so that it can stay in cpu.h. access_secure_reg() is used only in two places: * in hflags.c * in the user-mode arm emula

[PATCH 02/10] target/arm: Un-inline access_secure_reg()

2025-03-06 Thread Peter Maydell
We would like to move arm_el_is_aa64() to internals.h; however, it is used by access_secure_reg(). Make that function not be inline, so that it can stay in cpu.h. access_secure_reg() is used only in two places: * in hflags.c * in the user-mode arm emulators, to decide whether to store the TL