Searched refs:ehea_bmap (Results 1 – 2 of 2) sorted by relevance
23 static struct ehea_bmap *ehea_bmap; variable552 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap() argument555 ehea_bmap->top[top] = in ehea_init_bmap()615 if (!ehea_bmap) { in ehea_update_busmap()616 ehea_bmap = kzalloc(sizeof(struct ehea_bmap), GFP_KERNEL); in ehea_update_busmap()617 if (!ehea_bmap) in ehea_update_busmap()734 if (!ehea_bmap) in ehea_destroy_busmap()751 kfree(ehea_bmap); in ehea_destroy_busmap()752 ehea_bmap = NULL; in ehea_destroy_busmap()762 if (!ehea_bmap) in ehea_map_vaddr()[all …]
181 struct ehea_bmap struct