Hi, On Tue, Jul 14, 2015 at 11:26 AM, Markos Chandras <markos.chandras@xxxxxxxxxx> wrote: > Previously, the GIC accessors were only accessing u32 registers but > newer CMs may actually be 64-bit on MIPS64 cores. As a result of which, > extended these accessors to support 64-bit reads and writes. Have you tested this with a 32-bit build? IIRC the *q accessors are only available on 64-bit builds. Jonas