ist_info 94 arch/x86/boot/main.c boot_params.ist_info.signature = oreg.eax; ist_info 95 arch/x86/boot/main.c boot_params.ist_info.command = oreg.ebx; ist_info 96 arch/x86/boot/main.c boot_params.ist_info.event = oreg.ecx; ist_info 97 arch/x86/boot/main.c boot_params.ist_info.perf_level = oreg.edx; ist_info 61 arch/x86/include/asm/bootparam_utils.h BOOT_PARAM_PRESERVE(ist_info), ist_info 12 arch/x86/include/asm/ist.h extern struct ist_info ist_info; ist_info 159 arch/x86/include/uapi/asm/bootparam.h struct ist_info ist_info; /* 0x060 */ ist_info 188 arch/x86/kernel/setup.c struct ist_info ist_info; ist_info 189 arch/x86/kernel/setup.c EXPORT_SYMBOL(ist_info); ist_info 191 arch/x86/kernel/setup.c struct ist_info ist_info; ist_info 908 arch/x86/kernel/setup.c ist_info = boot_params.ist_info; ist_info 106 drivers/cpufreq/speedstep-smi.c if (!(ist_info.event & 0xFFFF)) { ist_info 342 drivers/cpufreq/speedstep-smi.c ist_info.signature, ist_info.command, ist_info 343 drivers/cpufreq/speedstep-smi.c ist_info.event, ist_info.perf_level); ist_info 347 drivers/cpufreq/speedstep-smi.c if ((ist_info.signature != 0x47534943) && ( ist_info 354 drivers/cpufreq/speedstep-smi.c smi_sig = ist_info.signature; ist_info 360 drivers/cpufreq/speedstep-smi.c smi_port = ist_info.command & 0xff; ist_info 365 drivers/cpufreq/speedstep-smi.c smi_cmd = (ist_info.command >> 16) & 0xff;