Home
last modified time | relevance | path

Searched refs:ist_info (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/x86/kernel/cpu/cpufreq/
Dspeedstep-smi.c108 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()
/linux-2.6.39/arch/x86/include/asm/
Dist.h22 struct ist_info { struct
31 extern struct ist_info ist_info; argument
Dbootparam.h99 struct ist_info ist_info; /* 0x060 */ member
/linux-2.6.39/arch/x86/boot/
Dmain.c88 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()
/linux-2.6.39/arch/x86/kernel/
Dsetup.c202 struct ist_info ist_info; variable
203 EXPORT_SYMBOL(ist_info);
205 struct ist_info ist_info; variable
731 ist_info = boot_params.ist_info; in setup_arch()
/linux-2.6.39/Documentation/x86/
Dzero-page.txt16 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information
17 (struct ist_info)