Home
last modified time | relevance | path

Searched refs:ksym (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/samples/hw_breakpoint/
Ddata_breakpoint.c40 module_param_string(ksym, ksym_name, KSYM_NAME_LEN, S_IRUGO);
41 MODULE_PARM_DESC(ksym, "Kernel symbol to monitor; this module will report any"
/linux-3.4.99/arch/arm/plat-mxc/
DMakefile21 obj-y += ssi-fiq-ksym.o
/linux-3.4.99/Documentation/
Ddontdiff150 ksym.c*
151 ksym.h*
/linux-3.4.99/kernel/
Dmodule.c1239 const struct kernel_symbol *ksym; in resolve_symbol_wait() local
1243 !IS_ERR(ksym = resolve_symbol(mod, info, name, owner)) in resolve_symbol_wait()
1244 || PTR_ERR(ksym) != -EBUSY, in resolve_symbol_wait()
1249 return ksym; in resolve_symbol_wait()
1900 const struct kernel_symbol *ksym; in simplify_symbols() local
1922 ksym = resolve_symbol_wait(mod, info, name); in simplify_symbols()
1924 if (ksym && !IS_ERR(ksym)) { in simplify_symbols()
1925 sym[i].st_value = ksym->value; in simplify_symbols()
1930 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()
1934 mod->name, name, PTR_ERR(ksym)); in simplify_symbols()
[all …]
/linux-3.4.99/arch/arm/mach-imx/
DMakefile15 obj-$(CONFIG_MX1_VIDEO) += mx1-camera-fiq.o mx1-camera-fiq-ksym.o