Searched refs:ist_info (Results 1 – 8 of 8) sorted by relevance
106 if (!(ist_info.event & 0xFFFF)) { in speedstep_smi_get_freqs()342 ist_info.signature, ist_info.command, in speedstep_init()343 ist_info.event, ist_info.perf_level); in speedstep_init()347 if ((ist_info.signature != 0x47534943) && ( in speedstep_init()354 smi_sig = ist_info.signature; in speedstep_init()360 smi_port = ist_info.command & 0xff; in speedstep_init()365 smi_cmd = (ist_info.command >> 16) & 0xff; in speedstep_init()
94 boot_params.ist_info.signature = oreg.eax; in query_ist()95 boot_params.ist_info.command = oreg.ebx; in query_ist()96 boot_params.ist_info.event = oreg.ecx; in query_ist()97 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
12 extern struct ist_info ist_info;
61 BOOT_PARAM_PRESERVE(ist_info), in sanitize_boot_params()
188 struct ist_info ist_info; variable189 EXPORT_SYMBOL(ist_info);191 struct ist_info ist_info; variable908 ist_info = boot_params.ist_info; in setup_arch()
23 struct ist_info { struct
159 struct ist_info ist_info; /* 0x060 */ member
20 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information21 (struct ist_info)