Re: [RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()

2024-12-03 Thread Anton Johansson via
On 22/11/24, Richard Henderson wrote: > On 11/20/24 19:49, Anton Johansson wrote: > > Adds a functions to return the current mmu index given tb_flags of the > > current translation block. Required by helper-to-tcg in order to > > retrieve the mmu index for memory operations without changing the >

Re: [RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()

2024-11-22 Thread Richard Henderson
On 11/20/24 19:49, Anton Johansson wrote: Adds a functions to return the current mmu index given tb_flags of the current translation block. Required by helper-to-tcg in order to retrieve the mmu index for memory operations without changing the signature of helper functions. Signed-off-by: Anton

[RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()

2024-11-20 Thread Anton Johansson via
Adds a functions to return the current mmu index given tb_flags of the current translation block. Required by helper-to-tcg in order to retrieve the mmu index for memory operations without changing the signature of helper functions. Signed-off-by: Anton Johansson --- target/hexagon/cpu.h | 12 +