Lines Matching refs:eax
136 unsigned long eax,ecx,flags; in tosh_emulate_fan() local
139 eax = regs->eax & 0xff00; in tosh_emulate_fan()
145 if (eax==0xfe00) { in tosh_emulate_fan()
151 regs->eax = 0x00; in tosh_emulate_fan()
154 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan()
162 regs->eax = 0x00; in tosh_emulate_fan()
165 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan()
173 regs->eax = 0x00; in tosh_emulate_fan()
181 if (eax==0xfe00) { in tosh_emulate_fan()
187 regs->eax = 0x00; in tosh_emulate_fan()
190 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()
207 regs->eax = 0x00; in tosh_emulate_fan()
221 int eax; in tosh_smm() local
248 : "=a" (eax) in tosh_smm()
252 return eax; in tosh_smm()
272 ax = regs.eax & 0xff00; in tosh_ioctl()
387 regs.eax = 0xc000; in tosh_get_machine_id()
451 regs.eax = 0xf0f0; in tosh_probe()
458 if ((flag==1) || ((regs.eax & 0xff00)==0x8600)) { in tosh_probe()