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

/linux-4.4.14/arch/x86/include/asm/
H A Dist.h21 extern struct ist_info ist_info;
/linux-4.4.14/drivers/cpufreq/
H A Dspeedstep-smi.c98 * shows that the latter occurs if !(ist_info.event & 0xFFFF).
106 if (!(ist_info.event & 0xFFFF)) { speedstep_smi_get_freqs()
341 ist_info.signature, ist_info.command, speedstep_init()
342 ist_info.event, ist_info.perf_level); speedstep_init()
346 if ((ist_info.signature != 0x47534943) && ( speedstep_init()
353 smi_sig = ist_info.signature; speedstep_init()
359 smi_port = ist_info.command & 0xff; speedstep_init()
364 smi_cmd = (ist_info.command >> 16) & 0xff; speedstep_init()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dist.h22 struct ist_info { struct
H A Dbootparam.h119 struct ist_info ist_info; /* 0x060 */ member in struct:boot_params
/linux-4.4.14/arch/x86/boot/
H A Dmain.c95 boot_params.ist_info.signature = oreg.eax; query_ist()
96 boot_params.ist_info.command = oreg.ebx; query_ist()
97 boot_params.ist_info.event = oreg.ecx; query_ist()
98 boot_params.ist_info.perf_level = oreg.edx; query_ist()
/linux-4.4.14/arch/x86/kernel/
H A Dsetup.c196 struct ist_info ist_info; variable in typeref:struct:ist_info
197 EXPORT_SYMBOL(ist_info); variable
199 struct ist_info ist_info; variable in typeref:struct:ist_info
904 ist_info = boot_params.ist_info; setup_arch()

Completed in 179 milliseconds