diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-08 20:41:36 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-08 20:47:22 -0400 |
commit | 51fa2005fe360a9e24ff4fbe43be47eb00d2d67c (patch) | |
tree | a30c607d47a183123def45fa5f1125f2c1466c66 /src/sys/include/arch/amd64/i8042var.h | |
parent | c34cb71206e00f288821027c9b11d62d4fe75d2e (diff) |
kernel/amd64: cpu: Implement 'ioapic_common' stub
This implementation walks through the entire table of registered
interrupt handlers and calls each driver handler.
The driver is to return a value of 1 if the interrupt is theirs and has
been handled, otherwise it is to return 0. The handling core is to
respoond to a 1 by exiting the table walk early, and responds to a 0 by
continuing.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/include/arch/amd64/i8042var.h')
0 files changed, 0 insertions, 0 deletions