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

/linux-master/arch/s390/hypfs/
H A Dhypfs_diag_fs.c357 memcpy(name, diag224_cpu_names + ((index + 1) * DIAG204_CPU_NAME_LEN),
358 DIAG204_CPU_NAME_LEN);
359 name[DIAG204_CPU_NAME_LEN] = 0;
/linux-master/arch/s390/include/asm/
H A Ddiag.h109 #define DIAG204_CPU_NAME_LEN 16 /* type name len of cpus in diag224 name table */ macro
/linux-master/arch/s390/kernel/
H A Dsthyi.c158 return *((u64 *)(diag224_buf + (ctidx + 1) * DIAG204_CPU_NAME_LEN));

Completed in 126 milliseconds