Changeset e98f1c3e in mainline for kernel/arch/amd64/src
- Timestamp:
- 2016-08-28T11:49:38Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f4c537a
- Parents:
- db4c43e1
- Location:
- kernel/arch/amd64/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/asm.S
rdb4c43e1 re98f1c3e 180 180 subq $(ISTATE_SOFT_SIZE + 8), %rsp 181 181 .endif 182 182 183 183 /* 184 184 * Save the general purpose registers. … … 346 346 swapgs 347 347 sti 348 348 349 349 /* Copy the 4th argument where it is expected */ 350 350 movq %r10, %rcx -
kernel/arch/amd64/src/context.S
rdb4c43e1 re98f1c3e 78 78 movq CONTEXT_OFFSET_PC(%rdi), %rdx 79 79 movq %rdx, (%rsp) 80 80 81 81 movq CONTEXT_OFFSET_TP(%rdi), %rcx 82 82 movq vreg_ptr, %rsi
Note:
See TracChangeset
for help on using the changeset viewer.