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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dist.h22 struct ist_info { struct
31 extern struct ist_info ist_info;
H A Dbootparam.h98 struct ist_info ist_info; /* 0x060 */ member in struct:boot_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dmain.c88 boot_params.ist_info.signature = oreg.eax;
89 boot_params.ist_info.command = oreg.ebx;
90 boot_params.ist_info.event = oreg.ecx;
91 boot_params.ist_info.perf_level = oreg.edx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dspeedstep-smi.c100 * shows that the latter occurs if !(ist_info.event & 0xFFFF).
108 if (!(ist_info.event & 0xFFFF)) {
412 ist_info.signature, ist_info.command,
413 ist_info.event, ist_info.perf_level);
417 if ((ist_info.signature != 0x47534943) && (
424 smi_sig = ist_info.signature;
430 smi_port = ist_info.command & 0xff;
435 smi_cmd = (ist_info
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c200 struct ist_info ist_info; variable in typeref:struct:ist_info
201 EXPORT_SYMBOL(ist_info); variable
203 struct ist_info ist_info; variable in typeref:struct:ist_info
753 ist_info = boot_params.ist_info;

Completed in 163 milliseconds