Searched refs:T_SP (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fold.c | 86 #define T_SP 5 macro 157 case T_SP: in fold() 200 cols[n] = T_SP; in b_fold() 203 cols[' '] = T_SP; in b_fold() 205 cols['\t'] = T_SP; in b_fold()
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | swtch.s | 101 movq %rsp, T_SP(thread_t); \ 170 movl %esp, T_SP(thread_t); \ 286 movq T_SP(%rax), %rsp /* It is safe to set rsp */ 365 movq T_SP(%r12), %rsp /* switch to outgoing thread's stack */ 464 movl T_SP(%eax), %esp /* It is safe to set esp */ 530 movl T_SP(%edi), %esp /* switch to outgoing thread's stack */ 643 movq T_SP(%rax), %rsp /* get onto idle thread stack */ 713 movl T_SP(%eax), %esp /* get onto idle thread stack */ 776 movq T_SP(%r12), %rsp /* restore resuming thread's sp */ 826 movl T_SP(%edi), %esp /* restore resuming thread's sp */
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 152 ldn [THREAD_REG + T_SP], %fp
|
H A D | swtch.s | 91 stn %fp, [THREAD_REG + T_SP] ! save sp 131 stn %fp, [THREAD_REG + T_SP] ! save sp
|
H A D | offsets.in | 184 \#define T_SP (T_PCB + L_SP)
|
H A D | interrupt.s | 770 ldn [THREAD_REG + T_SP], %sp ! delay - restore %sp 781 ldn [THREAD_REG + T_SP], %sp ! delay - restore %sp
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 146 \#define T_SP _CONST(T_LABEL + LABEL_SP)
|