Searched refs:ist_info (Results 1 – 6 of 6) sorted by relevance
108 if (!(ist_info.event & 0xFFFF)) { in speedstep_smi_get_freqs()412 ist_info.signature, ist_info.command, in speedstep_init()413 ist_info.event, ist_info.perf_level); in speedstep_init()417 if ((ist_info.signature != 0x47534943) && ( in speedstep_init()424 smi_sig = ist_info.signature; in speedstep_init()430 smi_port = ist_info.command & 0xff; in speedstep_init()435 smi_cmd = (ist_info.command >> 16) & 0xff; in speedstep_init()
22 struct ist_info { struct31 extern struct ist_info ist_info; argument
99 struct ist_info ist_info; /* 0x060 */ member
88 boot_params.ist_info.signature = oreg.eax; in query_ist()89 boot_params.ist_info.command = oreg.ebx; in query_ist()90 boot_params.ist_info.event = oreg.ecx; in query_ist()91 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
202 struct ist_info ist_info; variable203 EXPORT_SYMBOL(ist_info);205 struct ist_info ist_info; variable731 ist_info = boot_params.ist_info; in setup_arch()
16 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information17 (struct ist_info)