Expand description
Trap handling.
Structs§
- Page
Fault Flags - Generic page table entry flags that indicate the corresponding mapped memory region permissions and attributes.
Functions§
- breakpoint_
handler - Breakpoint handler.
- debug_
handler - Debug handler.
- dispatch_
irq - Dispatches an IRQ through the runtime-registered handler, or the default handler.
- dispatch_
page_ fault - Dispatches a page fault through the runtime-registered handler, or the default handler.
- irq_
handler - IRQ handler.
- page_
fault_ handler - Page fault handler.
- set_
irq_ handler - Installs the global IRQ trap hook and returns the previous one.
- set_
page_ fault_ handler - Installs the global page-fault trap hook and returns the previous one.
Attribute Macros§
- breakpoint_
handler - Breakpoint handler.
- debug_
handler - Debug handler.
- irq_
handler - IRQ handler.
- page_
fault_ handler - Page fault handler.