since the processor been powered up with EL3, AARCH64,
its pc jump to vector table fiq(offset 0x200)
but no outter interrupt signal was set,
even though this fault could be neglected by setting DAIF[1:0] as 2'b11,
what I need is finding out the cause.
thanks.
Things I would check:
Note, setting the PSTATE.I/F masks will not mask the exception if it's routed to a higher Exception level. For example, EL1 cannot mask interrupts if those interrupts are routed to EL2 or EL3.