Changeset 8e0eb63 in mainline for arch/amd64/include
- Timestamp:
- 2006-03-15T18:01:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e1c942
- Parents:
- 2f7342d
- Location:
- arch/amd64/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/context_offset.h
r2f7342d r8e0eb63 9 9 #define OFFSET_R15 0x38 10 10 #define OFFSET_IPL 0x40 11 12 #define IOFFSET_RAX 0x013 #define IOFFSET_RBX 0x814 #define IOFFSET_RCX 0x1015 #define IOFFSET_RDX 0x1816 #define IOFFSET_RSI 0x2017 #define IOFFSET_RDI 0x2818 #define IOFFSET_R8 0x3019 #define IOFFSET_R9 0x3820 #define IOFFSET_R10 0x4021 #define IOFFSET_R11 0x4822 #define IOFFSET_R12 0x5023 #define IOFFSET_R13 0x5824 #define IOFFSET_R14 0x6025 #define IOFFSET_R15 0x6826 #define IOFFSET_RBP 0x7027 #define IREGISTER_SPACE 120 -
arch/amd64/include/interrupt.h
r2f7342d r8e0eb63 77 77 __u64 r14; 78 78 __u64 r15; 79 /* These 2 items MUST be last parts of the structure */80 79 __u64 rbp; 81 __u64 stack[0]; /* Additional data on stack */ 82 } __attribute__ ((packed)); 80 __u64 error_word; 81 __u64 rip; 82 __u64 cs; 83 __u64 rflags; 84 __u64 stack[]; /* Additional data on stack */ 85 }; 83 86 84 87 extern void (* disable_irqs_function)(__u16 irqmask);
Note:
See TracChangeset
for help on using the changeset viewer.