I've been spending a few hours of searching and I can't seem to find what I need.
I'm looking at reading the IRQ Tables, I know this is kernel level, I have access to the memory addresses, but I can't find a place showing the structure of the tables. I'd like to be able to read which devices have access to which of the 15 IRQs. I have been able to read through all the connected devices buy this doesn't give a complete list.
I would also like to be able to read the address each IRQ/ISR is associated with.
Thankyou so much if you can help me in anyway.