Home
last modified time | relevance | path

Searched refs:archdata (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dmodule.h22 struct archdata { struct
33 static struct archdata archdata; in arch_init_modules() local
36 archdata.gp = kernel_gp; in arch_init_modules()
37 kmod->archdata_start = (const char *) &archdata; in arch_init_modules()
38 kmod->archdata_end = (const char *) (&archdata + 1); in arch_init_modules()
48 struct archdata *archdata; in ia64_module_init() local
52 archdata = (struct archdata *)(mod->archdata_start); in ia64_module_init()
54 if (archdata->unw_start == 0) in ia64_module_init()
61 if (archdata->unw_table) { in ia64_module_init()
65 if (!mod_bound(archdata->gp, 0, mod)) { in ia64_module_init()
[all …]
/linux-2.4.37.9/include/asm-mips/
Dmodule.h19 struct archdata { struct
27 struct archdata *archdata; in mips_module_init() argument
32 archdata = (struct archdata *)(mod->archdata_start); in mips_module_init()
33 if (!mod_archdata_member_present(mod, struct archdata, dbe_table_end)) in mips_module_init()
36 if (archdata->dbe_table_start > archdata->dbe_table_end || in mips_module_init()
37 (archdata->dbe_table_start && in mips_module_init()
38 !((unsigned long)archdata->dbe_table_start >= in mips_module_init()
40 ((unsigned long)archdata->dbe_table_end < in mips_module_init()
42 (((unsigned long)archdata->dbe_table_start - in mips_module_init()
43 (unsigned long)archdata->dbe_table_end) % in mips_module_init()
[all …]
/linux-2.4.37.9/include/asm-mips64/
Dmodule.h19 struct archdata { struct
27 struct archdata *archdata; in mips64_module_init() argument
32 archdata = (struct archdata *)(mod->archdata_start); in mips64_module_init()
33 if (!mod_archdata_member_present(mod, struct archdata, dbe_table_end)) in mips64_module_init()
36 if (archdata->dbe_table_start > archdata->dbe_table_end || in mips64_module_init()
37 (archdata->dbe_table_start && in mips64_module_init()
38 !((unsigned long)archdata->dbe_table_start >= in mips64_module_init()
40 ((unsigned long)archdata->dbe_table_end < in mips64_module_init()
42 (((unsigned long)archdata->dbe_table_start - in mips64_module_init()
43 (unsigned long)archdata->dbe_table_end) % in mips64_module_init()
[all …]
/linux-2.4.37.9/arch/ia64/mm/
Dextable.c56 struct archdata *archdata; in search_exception_table() local
65 archdata = (struct archdata *) mp->archdata_start; in search_exception_table()
66 if (!archdata) in search_exception_table()
69 addr, (unsigned long) archdata->gp); in search_exception_table()
71 fix.cont = entry->cont + (unsigned long) archdata->gp; in search_exception_table()
/linux-2.4.37.9/arch/ppc64/kernel/
Dvio.c114 if ((strncmp(dev->archdata->type, ids->type, strlen(ids->type)) == 0) && in vio_match_device()
115 device_is_compatible((struct device_node*)dev->archdata, ids->compat)) in vio_match_device()
195 dev->archdata = (void*)node_vdev; /* to become of_get_node(node_vdev); */ in vio_register_device()
248 return get_property((struct device_node *)vdev->archdata, (char*)which, length); in vio_get_attribute()
267 …dma_window = (unsigned int *) get_property((struct device_node *)dev->archdata, "ibm,my-dma-window… in vio_build_tce_table()
/linux-2.4.37.9/include/asm-ppc64/
Dvio.h88 struct device_node *archdata; /* Open Firmware node */ member
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c325 struct archdata *ap; in search_dbe_table()
330 !mod_archdata_member_present(mp, struct archdata, in search_dbe_table()
333 ap = (struct archdata *)(mp->archdata_start); in search_dbe_table()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c335 struct archdata *ap; in search_dbe_table()
340 !mod_archdata_member_present(mp, struct archdata, in search_dbe_table()
343 ap = (struct archdata *)(mp->archdata_start); in search_dbe_table()