Home
last modified time | relevance | path

Searched refs:sclp_core_info (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsclp.h65 struct sclp_core_info { struct
168 int sclp_early_get_core_info(struct sclp_core_info *info);
179 int _sclp_get_core_info(struct sclp_core_info *info);
195 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info()
/linux/arch/s390/kernel/
H A Dsmp.c687 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info()
743 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus()
781 struct sclp_core_info *info; in smp_detect_cpus()
1145 struct sclp_core_info *info; in smp_rescan_cpus()
/linux/drivers/s390/char/
H A Dsclp_cmd.c96 int _sclp_get_core_info(struct sclp_core_info *info) in _sclp_get_core_info()