Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dist.h21 extern struct ist_info ist_info;
Dbootparam_utils.h61 BOOT_PARAM_PRESERVE(ist_info), in sanitize_boot_params()
/arch/x86/boot/
Dmain.c95 boot_params.ist_info.signature = oreg.eax; in query_ist()
96 boot_params.ist_info.command = oreg.ebx; in query_ist()
97 boot_params.ist_info.event = oreg.ecx; in query_ist()
98 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
/arch/x86/include/uapi/asm/
Dist.h22 struct ist_info { struct
Dbootparam.h119 struct ist_info ist_info; /* 0x060 */ member
/arch/x86/kernel/
Dsetup.c197 struct ist_info ist_info; variable
198 EXPORT_SYMBOL(ist_info);
200 struct ist_info ist_info; variable
911 ist_info = boot_params.ist_info; in setup_arch()