Lines Matching refs:eax
131 unsigned long eax,ecx,flags; in tosh_emulate_fan() local
134 eax = regs->eax & 0xff00; in tosh_emulate_fan()
140 if (eax==0xfe00) { in tosh_emulate_fan()
147 regs->eax = 0x00; in tosh_emulate_fan()
150 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan()
159 regs->eax = 0x00; in tosh_emulate_fan()
162 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan()
171 regs->eax = 0x00; in tosh_emulate_fan()
179 if (eax==0xfe00) { in tosh_emulate_fan()
186 regs->eax = 0x00; in tosh_emulate_fan()
189 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan()
197 regs->eax = 0x00; in tosh_emulate_fan()
200 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan()
208 regs->eax = 0x00; in tosh_emulate_fan()
222 int eax; in tosh_smm() local
249 : "=a" (eax) in tosh_smm()
253 return eax; in tosh_smm()
272 ax = regs.eax & 0xff00; in tosh_ioctl()
373 regs.eax = 0xc000; in tosh_get_machine_id()
432 regs.eax = 0xf0f0; in tosh_probe()
439 if ((flag==1) || ((regs.eax & 0xff00)==0x8600)) { in tosh_probe()