On 8/19/2026 6:02 AM, Brian Cain wrote: > hex_tlb_pgsize_type() decoded a TLB entry's page size by scanning for > the lowest set bit across the entry with ctz. > > A guest TLB write with an empty PPD[9:0] size field but any other bit > set caused an assertion. > > Signed-off-by: Brian Cain <[email protected]> > --- > hw/hexagon/hexagon_tlb.c | 24 ++++++++++++++---------- > 1 file changed, 14 insertions(+), 10 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
