Home
last modified time | relevance | path

Searched refs:rsi (Results 1 – 7 of 7) sorted by relevance

/sys/amd64/
Dswitch.S11 # %rsi: newsp
24 movq %rsi, %rsp
Dtrapentry.S169 pushq %rsi
196 popq %rsi
Dtrap.c115 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()
Dthread.c52 tf->rsi = (uint64_t)arg2; in Thread_SetupKThread()
Dmultiboot.S117 movq %rbx, %rsi // Multiboot info pointer
Ddebug.c118 tf->rdx, tf->rsi, tf->rdi); in Debug_Registers()
/sys/amd64/include/
Dtrap.h62 uint64_t rsi; member