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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c38 static char *diag224_cpu_names; /* diag 224 name table */ variable
500 diag224_cpu_names = kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA);
501 if (!diag224_cpu_names)
503 if (diag224(diag224_cpu_names)) {
504 kfree(diag224_cpu_names);
507 EBCASC(diag224_cpu_names + 16, (*diag224_cpu_names + 1) * 16);
513 kfree(diag224_cpu_names);
518 memcpy(name, diag224_cpu_names + ((index + 1) * CPU_NAME_LEN),

Completed in 108 milliseconds