source: mainline/arch/amd64/include/context_offset.h@ 9fa16b20

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9fa16b20 was 8e0eb63, checked in by Jakub Jermar <jakub@…>, 19 years ago

Hopefully final version of interrupt handlers for amd64 and ia32.
amd64 has been especially tricky to debug.
Error code detection is now done in compile time.

  • Property mode set to 100644
File size: 274 bytes
Line 
1/* This file is automatically generated by gencontext.c. */
2#define OFFSET_SP 0x0
3#define OFFSET_PC 0x8
4#define OFFSET_RBX 0x10
5#define OFFSET_RBP 0x18
6#define OFFSET_R12 0x20
7#define OFFSET_R13 0x28
8#define OFFSET_R14 0x30
9#define OFFSET_R15 0x38
10#define OFFSET_IPL 0x40
Note: See TracBrowser for help on using the repository browser.