Searched refs:ghes_arr (Results 1 – 1 of 1) sorted by relevance
135 struct ghes_arr { struct153 struct ghes_arr *ghes_arr = data; in hest_parse_ghes() argument162 for (i = 0; i < ghes_arr->count; i++) { in hest_parse_ghes()164 ghes_dev = ghes_arr->ghes_devs[i]; in hest_parse_ghes()183 ghes_arr->ghes_devs[ghes_arr->count++] = ghes_dev; in hest_parse_ghes()194 struct ghes_arr ghes_arr; in hest_ghes_dev_register() local196 ghes_arr.count = 0; in hest_ghes_dev_register()197 ghes_arr.ghes_devs = kmalloc_array(ghes_count, sizeof(void *), in hest_ghes_dev_register()199 if (!ghes_arr.ghes_devs) in hest_ghes_dev_register()202 rc = apei_hest_parse(hest_parse_ghes, &ghes_arr); in hest_ghes_dev_register()[all …]