Suppose I have a button wired up to a GPIO line of the processor, and I'd like to have an interrupt generated whenever I press the button. Doesn this mean there should be a physical interrupt pin available on the CPU, or it's not actually exposed to outside world and interrupts are triggered internally and I can monitor them through special registers?
Or this is totally hardware specific and my question is pointless without specifying the CPU etc. ?