Changeset 3156582 in mainline for arch/amd64/src/asm_utils.S
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
r8491c48 r3156582 59 59 .global utext 60 60 utext: 61 xor %ax,%ax;62 mov %ax,%ds;63 mov %ax,%es;64 mov %ax,%fs;65 mov %ax,%gs;66 61 0: 67 62 int $48 … … 178 173 push_all_gpr 179 174 180 # trap_dispatcher(i, stack)181 175 movq $(\i),%rdi # %rdi - first parameter 182 176 movq %rbp, %rsi 183 177 addq $8, %rsi # %rsi - second parameter - original stack 184 call trap_dispatcher 178 call trap_dispatcher # trap_dispatcher(i, stack) 185 179 186 180 # Test if this is interrupt with error word or not … … 217 211 h_start: 218 212 handler 0 IDT_ITEMS 219 # handler 64 128220 # handler 128 192221 # handler 192 256222 213 h_end: 223 214
Note:
See TracChangeset
for help on using the changeset viewer.