Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 25) sorted by relevance

/scripts/
Ddecode_stacktrace.sh118 …echo "WARNING! No debugging info in module ${module}, rebuild with DEBUG_KERNEL and DEBUG_INFO" >&2
120 echo "WARNING! Cannot find .ko for module ${module}, please pass a valid module path" >&2
133 if [[ $module == "" ]] ; then
135 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
136 local objfile=${modcache[$module]}
143 modcache[$module]=$objfile
164 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
165 local base_addr=${cache[$module,$name]}
173 cache[$module,$name]="$base_addr"
190 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
[all …]
Dexport_report.pl97 my (undef, $symbol, $module, $gpl, $namespace) = split('\t');
98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
108 my $module;
110 unless (open ($module, '<', $thismod)) {
116 while ( <$module> ) {
131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
140 close($module);
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value);
[all …]
DMakefile.modfinal25 part-of-module = y
35 $(extmod_prefix).module-common.o: $(srctree)/scripts/module-common.c FORCE
46 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^); \
67 %.ko: %.o %.mod.o $(extmod_prefix).module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEB…
73 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) $(extmod_prefix).module-common.o
Dconfig21 --module|-m option Turn option into a module
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
Dmarkup_oops.pl39 my $module = "";
175 $module = $3;
178 $module = $3;
191 if ($module ne "") {
193 $modulefile = `modinfo -F filename $module`;
198 print "Module .ko file for $module not found. Aborting\n";
Dgenerate_initcall_order.pl121 my ($module, $counter, $line, $symbol) = $_ =~
124 if (!defined($module)) {
125 $module = ''
142 'module' => $module,
DMakefile.btf25 module-pahole-flags-$(call test-ge, $(pahole-ver), 126) += --btf_features=distilled_base
33 export MODULE_PAHOLE_FLAGS := $(module-pahole-flags-y)
DMakefile.lib218 is-kernel-object = $(or $(part-of-builtin),$(part-of-module))
221 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
222 quiet_modtag = $(if $(part-of-module),[M], )
225 $(if $(part-of-module), \
230 $(if $(part-of-module), \
234 modkern_aflags = $(if $(part-of-module), \
278 $(if $(part-of-module), --module)
D.gitignore6 /module.lds
Ddev-needs.sh27 -m lists the module name of the dependencies that have a module
157 f=$1/driver/module
DMakefile.kcov6 kcov-rflags-y += -Cpasses=sancov-module
DMakefile53 targets += module.lds
DMakefile.build51 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
147 is-single-obj-m = $(and $(part-of-module),$(filter $@, $(obj-m)),y)
453 $(multi-obj-m): private part-of-module := y
DMakefile.modinst53 $(error module installation path cannot contain '$x')))
Dspdxcheck.py104 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
107 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
Dspelling.txt1022 modul||module
1030 mopdule||module
/scripts/gdb/linux/
Dmodules.py30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"):
31 yield module
35 for module in module_list():
36 if module['name'].string() == name:
37 return module
52 module = find_module_by_name(mod_name)
53 if module:
54 return module.dereference()
75 for module in module_list():
76 text = module['mem'][constants.LX_MOD_TEXT]
[all …]
Dsymbols.py29 module = gdb.parse_and_eval("mod")
30 module_name = module['name'].string()
48 cmd.load_module_symbols(module)
92 def _section_arguments(self, module, module_addr): argument
94 sect_attrs = module['sect_attrs'].dereference()
114 def load_module_symbols(self, module): argument
115 module_name = module['name'].string()
116 module_addr = str(module['mem'][constants.LX_MOD_TEXT]['base']).split()[0]
126 module_arch = module['arch']
134 sections=self._section_arguments(module, module_addr))
[all …]
Dconstants.py.in69 /* linux/module.h */
/scripts/kconfig/
Dstreamline_config.pl398 foreach my $module (keys(%modules)) {
399 if (defined($objects{$module})) {
400 my @arr = @{$objects{$module}};
402 $configs{$conf} = $module;
403 dprint "$conf added by direct ($module)\n";
416 print STDERR "$module config not found!!\n";
690 foreach my $module (keys(%modules)) {
691 if (defined($objects{$module})) {
692 my @arr = @{$objects{$module}};
698 print STDERR "module $module did not have configs";
/scripts/mod/
Dmodpost.c172 static struct module *find_module(const char *modname) in find_module()
174 struct module *mod; in find_module()
183 static struct module *new_module(const char *name, size_t namelen) in new_module()
185 struct module *mod; in new_module()
214 struct module *module; member
260 static void sym_add_unresolved(const char *name, struct module *mod, bool weak) in sym_add_unresolved()
270 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module()
279 if (strcmp(s->name, name) == 0 && (!mod || s->module == mod)) in sym_find_with_module()
360 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
365 if (s && (!external_module || s->module->is_vmlinux || s->module == mod)) { in sym_add_exported()
[all …]
Dmodpost.h82 struct module { struct
172 void handle_moddevtable(struct module *mod, struct elf_info *info,
174 void add_moddevtable(struct buffer *buf, struct module *mod);
Dfile2alias.c172 unsigned char max, struct module *mod) in do_usb_entry()
276 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi()
342 struct module *mod) in do_usb_table()
356 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi()
385 struct module *mod) in do_of_table()
598 struct module *mod) in do_pnp_device_entry()
624 struct module *mod) in do_pnp_card_entries()
1526 struct module *mod) in do_table()
1601 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
1665 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
/scripts/coccinelle/misc/
Dadd_namespace.cocci6 /// add a missing namespace tag to a module source file.
19 // That ensures we are adding it only to the main module source file.
Dcond_no_effect.cocci23 // have to come from a module built for SHcompact. */