genode/repos/base-hw/src/core/include
Reto Buerki c7cadf52a6 hw_x86_64: setup ISR and IDT
* Add isr.s assembler file:
    The file declares an array of Interrupt Service Routines (ISR) to handle
    the exception vectors from 0 to 19, see Intel SDM Vol. 3A, section
    6.3.1.
* Add Idt class:
  * The class Genode::Idt represents an Interrupt Descriptor Table as
    specified by Intel SDM Vol. 3A, section 6.10.
  * The setup function initializes the IDT with 20 entries using the ISR
    array defined in the isr.s assembly file.
* Setup and load IDT in Genode::Cpu ctor:
    The Idt::setup function is only executed once on the BSP.
* Declare ISRs for interrupts 20-255
* Set IDT size to 256
2015-03-27 11:53:18 +01:00
..
kernel hw: Drop unnecessary include in pd.h 2015-03-27 11:53:16 +01:00
spec hw_x86_64: setup ISR and IDT 2015-03-27 11:53:18 +01:00
assert.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
board.h hw: rename Kernel::Processor Kernel::Cpu 2014-11-28 12:02:35 +01:00
core_rm_session.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu_thread_allocator.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq_session_component.h hw: enable destruction of IRQ sessions 2015-03-27 11:53:13 +01:00
map_local.h hw: map a dataspace in core according to its flags 2014-07-24 10:18:06 +02:00
page_flags.h hw: map a dataspace in core according to its flags 2014-07-24 10:18:06 +02:00
page_slab.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform_pd.h hw: LPAE for Cortex a15 (fix #1387) 2015-02-16 13:40:37 +01:00
platform_thread.h hw: extend warning messages to ease debugging 2015-03-27 11:53:13 +01:00
platform.h hw: rename Kernel::Processor Kernel::Cpu 2014-11-28 12:02:35 +01:00
signal_root.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_session_component.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
trustzone.h hw: refactor irq controllers 2015-02-27 11:43:56 +01:00
util.h hw: provide 'bool aligned' function in util.h 2014-08-15 10:19:48 +02:00
vm_root.h hw: map a dataspace in core according to its flags 2014-07-24 10:18:06 +02:00