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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c45 static char *diag224_cpu_names; /* diag 224 name table */ variable
521 diag224_cpu_names = kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA);
522 if (!diag224_cpu_names)
524 if (diag224(diag224_cpu_names)) {
525 kfree(diag224_cpu_names);
528 EBCASC(diag224_cpu_names + 16, (*diag224_cpu_names + 1) * 16);
534 kfree(diag224_cpu_names);
539 memcpy(name, diag224_cpu_names + ((index + 1) * CPU_NAME_LEN),

Completed in 34 milliseconds