Lines Matching refs:eax
123 unsigned long eax,ecx,flags; in tosh_emulate_fan() local
126 eax = regs->eax & 0xff00; in tosh_emulate_fan()
132 if (eax==0xfe00) { in tosh_emulate_fan()
138 regs->eax = 0x00; in tosh_emulate_fan()
141 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan()
149 regs->eax = 0x00; in tosh_emulate_fan()
152 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan()
160 regs->eax = 0x00; in tosh_emulate_fan()
168 if (eax==0xfe00) { in tosh_emulate_fan()
174 regs->eax = 0x00; in tosh_emulate_fan()
177 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan()
184 regs->eax = 0x00; in tosh_emulate_fan()
187 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan()
194 regs->eax = 0x00; in tosh_emulate_fan()
208 int eax; in tosh_smm() local
235 : "=a" (eax) in tosh_smm()
239 return eax; in tosh_smm()
259 ax = regs.eax & 0xff00; in tosh_ioctl()
361 regs.eax = 0xc000; in tosh_get_machine_id()
425 regs.eax = 0xf0f0; in tosh_probe()
432 if ((flag==1) || ((regs.eax & 0xff00)==0x8600)) { in tosh_probe()