diag224_cpu_names   27 arch/s390/hypfs/hypfs_diag.c static char *diag224_cpu_names;			/* diag 224 name table */
diag224_cpu_names  367 arch/s390/hypfs/hypfs_diag.c 	diag224_cpu_names = (char *) __get_free_page(GFP_KERNEL | GFP_DMA);
diag224_cpu_names  368 arch/s390/hypfs/hypfs_diag.c 	if (!diag224_cpu_names)
diag224_cpu_names  370 arch/s390/hypfs/hypfs_diag.c 	if (diag224(diag224_cpu_names)) {
diag224_cpu_names  371 arch/s390/hypfs/hypfs_diag.c 		free_page((unsigned long) diag224_cpu_names);
diag224_cpu_names  374 arch/s390/hypfs/hypfs_diag.c 	EBCASC(diag224_cpu_names + 16, (*diag224_cpu_names + 1) * 16);
diag224_cpu_names  380 arch/s390/hypfs/hypfs_diag.c 	free_page((unsigned long) diag224_cpu_names);
diag224_cpu_names  385 arch/s390/hypfs/hypfs_diag.c 	memcpy(name, diag224_cpu_names + ((index + 1) * DIAG204_CPU_NAME_LEN),