Home
last modified time | relevance | path

Searched refs:cpue (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early.c25 struct sclp_core_entry *cpue; in sclp_early_facilities_detect() local
71 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
72 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_early_facilities_detect()
73 if (boot_cpu_address != cpue->core_id) in sclp_early_facilities_detect()
75 sclp.has_siif = cpue->siif; in sclp_early_facilities_detect()
76 sclp.has_sigpif = cpue->sigpif; in sclp_early_facilities_detect()
77 sclp.has_sief2 = cpue->sief2; in sclp_early_facilities_detect()
78 sclp.has_gpere = cpue->gpere; in sclp_early_facilities_detect()
79 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
80 sclp.has_cei = cpue in sclp_early_facilities_detect()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_early.c28 struct sclp_core_entry *cpue; in sclp_early_facilities_detect() local
85 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
86 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_early_facilities_detect()
87 if (boot_cpu_address != cpue->core_id) in sclp_early_facilities_detect()
89 sclp.has_siif = cpue->siif; in sclp_early_facilities_detect()
90 sclp.has_sigpif = cpue->sigpif; in sclp_early_facilities_detect()
91 sclp.has_sief2 = cpue->sief2; in sclp_early_facilities_detect()
92 sclp.has_gpere = cpue->gpere; in sclp_early_facilities_detect()
93 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
94 sclp.has_cei = cpue in sclp_early_facilities_detect()
[all...]

Completed in 1 milliseconds