Lines Matching refs:ebx
198 movl %ebx, WC_EBX(%eax)
913 D16 A16 movl $WC_CPU, %ebx / base add of wc_cpu_t
926 D16 A16 movl %cs:WC_DS(%ebx), %edx / %ds post prot/paging transit
933 D16 A16 lgdt %cs:WC_GDT(%ebx) / restore gdt and idtr
934 D16 A16 lidt %cs:WC_IDT(%ebx)
941 D16 A16 movl %cs:WC_CR4(%ebx), %eax / restore cr4
1062 / %ebx is wc_cpu
1091 movl WC_CR4(%ebx), %eax / restore full cr4 (with Global Enable)
1095 lldt WC_LDT(%ebx) / $LDT_SEL
1097 movzwl WC_TR(%ebx), %eax / clear TSS busy bit
1098 addl WC_GDT+2(%ebx), %eax
1100 ltr WC_TR(%ebx) / $UTSS_SEL
1102 movw WC_SS(%ebx), %ss / restore segment registers
1103 movw WC_ES(%ebx), %es
1104 movw WC_FS(%ebx), %fs
1105 movw WC_GS(%ebx), %gs
1122 cmpl %eax, WC_CPU_ID(%ebx)
1125 pushl WC_SAVED_STACK(%ebx)
1131 movl WC_ESP(%ebx), %esp
1134 movl WC_RETADDR(%ebx), %eax / return to caller of wc_save_context
1147 pushl WC_EFLAGS(%ebx) / restore flags
1150 movl WC_EDI(%ebx), %edi / restore general registers
1151 movl WC_ESI(%ebx), %esi
1152 movl WC_EBP(%ebx), %ebp
1153 movl WC_EBX(%ebx), %ebx