Re: [PATCH v2] target/mips: Fix PageMask with variable page size

2020-06-20 Thread Aleksandar Markovic
уторак, 16. јун 2020., Jiaxun Yang је написао/ла: > Our current code assumed the target page size is always 4k > when handling PageMask and VPN2, however, variable page size > was just added to mips target and that's nolonger true. > > Signed-off-by: Jiaxun Yang > --- > v2: Remove Big Page suppo

[PATCH v2] target/mips: Fix PageMask with variable page size

2020-06-16 Thread Jiaxun Yang
Our current code assumed the target page size is always 4k when handling PageMask and VPN2, however, variable page size was just added to mips target and that's nolonger true. Signed-off-by: Jiaxun Yang --- v2: Remove Big Page support from this patch --- target/mips/cp0_helper.c | 41 +++