Searched refs:CURTHREAD (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | efirt_support.S | 50 movq PCPU(CURTHREAD), %rax 86 movq PCPU(CURTHREAD), %rbx 113 movq PCPU(CURTHREAD), %rbx
|
H A D | exception.S | 574 movq PCPU(CURTHREAD),%rdi 585 movq PCPU(CURTHREAD),%rax 876 movq PCPU(CURTHREAD),%rax 925 movq PCPU(CURTHREAD),%rdi /* thread */ 1141 movq PCPU(CURTHREAD),%rax 1382 movq PCPU(CURTHREAD),%r8 1397 movq PCPU(CURTHREAD),%r8
|
H A D | cpu_switch.S | 206 movq %r12,PCPU(CURTHREAD) /* into next thread */ 223 movq PCPU(CURTHREAD),%rdi
|
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 63 #define CURTHREAD %r13 macro 73 #define CURTHREAD %r2 macro 156 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 162 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 168 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 172 LOAD rpcb, TD_PCB(CURTHREAD) ;\
|
/freebsd/sys/i386/i386/ |
H A D | exception.S | 515 movl PCPU(CURTHREAD),%eax 646 movl PCPU(CURTHREAD),%eax /* curthread present? */ 676 movl PCPU(CURTHREAD),%eax
|
H A D | swtch.S | 246 movl %ecx, PCPU(CURTHREAD) /* into next thread */ 281 pushl PCPU(CURTHREAD)
|
H A D | vm86bios.S | 62 movl PCPU(CURTHREAD),%ecx
|