diag204_buf_vmalloc   32 arch/s390/hypfs/hypfs_diag.c static void *diag204_buf_vmalloc;	/* vmalloc pointer for diag204 data */
diag204_buf_vmalloc  225 arch/s390/hypfs/hypfs_diag.c 	if (diag204_buf_vmalloc) {
diag204_buf_vmalloc  226 arch/s390/hypfs/hypfs_diag.c 		vfree(diag204_buf_vmalloc);
diag204_buf_vmalloc  227 arch/s390/hypfs/hypfs_diag.c 		diag204_buf_vmalloc = NULL;
diag204_buf_vmalloc  242 arch/s390/hypfs/hypfs_diag.c 	diag204_buf_vmalloc = vmalloc(array_size(PAGE_SIZE, (pages + 1)));
diag204_buf_vmalloc  243 arch/s390/hypfs/hypfs_diag.c 	if (!diag204_buf_vmalloc)
diag204_buf_vmalloc  245 arch/s390/hypfs/hypfs_diag.c 	diag204_buf = page_align_ptr(diag204_buf_vmalloc);