Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/hypfs/
Dhypfs_diag.c385 memcpy(name, diag224_cpu_names + ((index + 1) * DIAG204_CPU_NAME_LEN), in diag224_idx2name()
386 DIAG204_CPU_NAME_LEN); in diag224_idx2name()
387 name[DIAG204_CPU_NAME_LEN] = 0; in diag224_idx2name()
/linux-5.19.10/arch/s390/include/asm/
Ddiag.h89 #define DIAG204_CPU_NAME_LEN 16 /* type name len of cpus in diag224 name table */ macro
/linux-5.19.10/arch/s390/kernel/
Dsthyi.c158 return *((u64 *)(diag224_buf + (ctidx + 1) * DIAG204_CPU_NAME_LEN)); in cpu_id()