Hi,
I am facing an issue where I am setting virtual timer to fire at particular interval (Juno PPI4 , interrupt no 27) from EL1NS mode and
when the timer interrupt happens the control is falling to EL2t IRQ handler rather than guest aarch64 IRQ handler. I confirm that I am setting EL1 to aarch64 state into HCR_EL2 register (RW = 1).
I see below register values -
PC = 0x80214480
VBAR_EL2 = 0x80214400
ESR_EL2 = 0x356ABA3B { EC = 13, IL = 16 bit instruction trapped, ISS = 23771707 }
Does any one knows how to resolve this ? I am not sure if i am missing anything ?
Thanks,
View all questions in Arm Development Platforms forum