Lines Matching refs:ebx
9 pushl %ebx # save ebx
11 movl 24(%eax),%ebx # ebx <- systab->FirmwareVendor
12 pushl %ebx
13 movl 44(%eax),%ebx # ebx <- systab->ConOut
14 pushl %ebx
15 movl 4(%ebx),%eax # eax <- conout->OutputString
17 movl -4(%ebp),%ebx # restore ebx
25 pushl %ebx
31 movl 44(%eax),%ebx # ebx <- systab->ConOut
32 pushl %ebx
33 movl 4(%ebx),%eax # eax <- conout->OutputString
35 movl -4(%ebp),%ebx