Searched refs:rsi (Results 1 – 7 of 7) sorted by relevance
| /sys/amd64/ |
| D | switch.S | 11 # %rsi: newsp 24 movq %rsi, %rsp
|
| D | trapentry.S | 169 pushq %rsi 196 popq %rsi
|
| D | trap.c | 115 tf->rdx, tf->rsi, tf->rdi); in Trap_Dump() 219 tf->rax = Syscall_Entry(tf->rdi, tf->rsi, tf->rdx, tf->rcx, tf->r8, tf->r9); in trap_entry()
|
| D | thread.c | 52 tf->rsi = (uint64_t)arg2; in Thread_SetupKThread()
|
| D | multiboot.S | 117 movq %rbx, %rsi // Multiboot info pointer
|
| D | debug.c | 118 tf->rdx, tf->rsi, tf->rdi); in Debug_Registers()
|
| /sys/amd64/include/ |
| D | trap.h | 62 uint64_t rsi; member
|