ist_info           82 arch/x86/boot/main.c 	    : "=a" (boot_params.ist_info.signature),
ist_info           83 arch/x86/boot/main.c 	      "=b" (boot_params.ist_info.command),
ist_info           84 arch/x86/boot/main.c 	      "=c" (boot_params.ist_info.event),
ist_info           85 arch/x86/boot/main.c 	      "=d" (boot_params.ist_info.perf_level)
ist_info          106 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 	if (!(ist_info.event & 0xFFFF)) {
ist_info          381 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 		ist_info.signature, ist_info.command, ist_info.event, ist_info.perf_level);
ist_info          385 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 	if ((ist_info.signature !=  0x47534943) && (
ist_info          392 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 		smi_sig = ist_info.signature;
ist_info          398 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 		smi_port = ist_info.command & 0xff;
ist_info          403 arch/x86/kernel/cpu/cpufreq/speedstep-smi.c 		smi_cmd = (ist_info.command >> 16) & 0xff;
ist_info          182 arch/x86/kernel/setup.c struct ist_info ist_info;
ist_info          185 arch/x86/kernel/setup.c struct ist_info ist_info;
ist_info          799 arch/x86/kernel/setup.c 	ist_info = boot_params.ist_info;
ist_info           88 include/asm-x86/bootparam.h 	struct ist_info ist_info;			/* 0x060 */
ist_info           31 include/asm-x86/ist.h extern struct ist_info ist_info;