Home
last modified time | relevance | path

Searched refs:esp (Results 1 – 8 of 8) sorted by relevance

/xv6-public/
H A Dtrapasm.S18 # Call trap(tf), where tf=%esp
19 pushl %esp
21 addl $4, %esp
31 addl $0x8, %esp # trapno and errcode
H A Dswtch.S11 movl 4(%esp), %eax
12 movl 8(%esp), %edx
21 movl %esp, (%eax)
22 movl %edx, %esp
H A DTRICKS12 %esp and then jumps to trapret, which pops the
14 came in between the mov tf, %esp and the iret that
23 *is* a valid %esp that can hold interrupt state.
26 a cli before the mov tf, %esp.
H A Dsyscall.c52 return fetchint((myproc()->tf->esp) + 4 + 4*n, ip); in argint()
H A Dx86.h180 uint esp; member
H A Dexec.c101 curproc->tf->esp = sp; in exec()
H A Dmmu.h125 uint *esp; member
H A Dproc.c139 p->tf->esp = PGSIZE; in userinit()