Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A 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()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddiag.h88 #define DIAG204_CPU_NAME_LEN 16 /* type name len of cpus in diag224 name table */ macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsthyi.c158 return *((u64 *)(diag224_buf + (ctidx + 1) * DIAG204_CPU_NAME_LEN)); in cpu_id()