Searched refs:t4_cudbg_dump (Results 1 – 3 of 3) sorted by relevance
130 struct t4_cudbg_dump { struct
2261 struct t4_cudbg_dump dump; in get_cudbg()2267 if (ddi_copyin(data, &dump, sizeof (struct t4_cudbg_dump), flags) < 0) in get_cudbg()
592 struct t4_cudbg_dump *cudbg; in do_collect()595 cudbg = malloc(sizeof(struct t4_cudbg_dump) + CUDBG_SIZE); in do_collect()600 memset(cudbg, 0, sizeof(struct t4_cudbg_dump) + CUDBG_SIZE); in do_collect()