genode/repos/base-hw/src/core/spec/x86_64
Reto Buerki 9af9dcc02c hw_x86_64: Reserve space for interrupt stack in mtc region
The interrupt stack must reside in the mtc region in order to use it for
non-core threads. The size of the stack is set to 56 bytes in order to
hold the interrupt stack frame plus the additional vector number that is
pushed onto the stack by the ISR.
2015-03-27 11:53:27 +01:00
..
kernel hw_x86_64: Prefix gdt labels with _mt 2015-03-27 11:53:26 +01:00
crt0.s hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
idt.cc hw_x86_64: Use _virt_mtc_addr to calculate ISR base 2015-03-27 11:53:27 +01:00
mode_transition.s hw_x86_64: Reserve space for interrupt stack in mtc region 2015-03-27 11:53:27 +01:00
tss.cc hw_x86_64: Add virt_base paramater to Tss::setup function 2015-03-27 11:53:27 +01:00