Searched refs:SMMRegisters (Results 1 – 3 of 3) sorted by relevance
134 static int tosh_emulate_fan(SMMRegisters *regs) in tosh_emulate_fan()219 int tosh_smm(SMMRegisters *regs) in tosh_smm()259 SMMRegisters regs; in tosh_ioctl()260 SMMRegisters __user *argp = (SMMRegisters __user *)arg; in tosh_ioctl()267 if (copy_from_user(®s, argp, sizeof(SMMRegisters))) in tosh_ioctl()294 if (copy_to_user(argp, ®s, sizeof(SMMRegisters))) in tosh_ioctl()362 SMMRegisters regs; in tosh_get_machine_id()419 SMMRegisters regs; in tosh_probe()
45 } SMMRegisters; typedef51 #define TOSH_SMM _IOWR('t', 0x90, SMMRegisters)61 #define TOSHIBA_ACPI_SCI _IOWR('t', 0x91, SMMRegisters)
24 int tosh_smm(SMMRegisters *regs);