Home
last modified time | relevance | path

Searched refs:dbg_mirror_root (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Ddload_internal.h78 struct dbg_mirror_root { struct
89 struct dbg_mirror_root *root; argument
Dcload.c1577 struct dbg_mirror_root *mlist; in init_module_handle()
1612 struct dbg_mirror_root *mlst; in init_module_handle()
1621 mlst = (struct dbg_mirror_root *) in init_module_handle()
1624 dbg_mirror_root)); in init_module_handle()
1626 DL_ERROR(err_alloc, sizeof(struct dbg_mirror_root)); in init_module_handle()
1648 mlist = (struct dbg_mirror_root *)debug_mirror_sym->value; in init_module_handle()
1652 mlist = (struct dbg_mirror_root *)&debug_list_header; in init_module_handle()
1786 struct dbg_mirror_root *root; in dynamic_unload_module()