Home
last modified time | relevance | path

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

12

/scripts/
A Ddecode_stacktrace.sh133 if [[ $module == "" ]] ; then
143 modcache[$module]=$objfile
251 module=""
302 module=${words[$last]}
305 module=${module%\)}
306 module=${module#\[}
307 module=${module%\]}
308 modbuildid=${module#* }
309 module=${module% *}
318 module=
[all …]
A DMakefile.modfinal21 part-of-module = y
28 .module-common.o: $(srctree)/scripts/module-common.c FORCE
35 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^)
55 %.ko: %.o %.mod.o .module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODU…
61 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) .module-common.o
A Dconfig21 --module|-m option Turn option into a module
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
A 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";
A Dgenerate_initcall_order.pl121 my ($module, $counter, $line, $symbol) = $_ =~
124 if (!defined($module)) {
125 $module = ''
142 'module' => $module,
A DMakefile.btf29 module-pahole-flags-$(call test-ge, $(pahole-ver), 128) += --btf_features=distilled_base
37 export MODULE_PAHOLE_FLAGS := $(module-pahole-flags-y)
A DMakefile.lib137 is-kernel-object = $(or $(part-of-builtin),$(part-of-module))
140 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y)
141 quiet_modtag = $(if $(part-of-module),[M], )
144 $(if $(part-of-module), \
149 $(if $(part-of-module), \
153 modkern_aflags = $(if $(part-of-module), \
198 $(if $(part-of-module), --module)
A D.gitignore7 /module.lds
A Ddev-needs.sh27 -m lists the module name of the dependencies that have a module
157 f=$1/driver/module
A DMakefile.kcov5 kcov-rflags-y += -Cpasses=sancov-module
A Dnsdeps34 echo "Adding namespace $ns to module $mod.ko."
A DMakefile53 targets += module.lds
A DMakefile.modinst53 $(error module installation path cannot contain '$x')))
A DMakefile.build131 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
221 is-single-obj-m = $(and $(part-of-module),$(filter $@, $(obj-m)),y)
501 $(multi-obj-m): private part-of-module := y
A Dspdxcheck.py104 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
107 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
/scripts/gdb/linux/
A Dmodules.py34 yield module
38 for module in module_list():
39 if module['name'].string() == name:
40 return module
55 module = find_module_by_name(mod_name)
56 if module:
57 return module.dereference()
78 for module in module_list():
84 total_size += module['mem'][i]['size']
88 name=module['name'].string(),
[all …]
A Dsymbols.py31 module = gdb.parse_and_eval("mod")
32 module_name = module['name'].string()
47 cmd.load_module_symbols(module)
147 def _section_arguments(self, module, module_addr): argument
149 sect_attrs = module['sect_attrs'].dereference()
173 def load_module_symbols(self, module): argument
174 module_name = module['name'].string()
175 module_addr = str(module['mem'][constants.LX_MOD_TEXT]['base']).split()[0]
185 module_arch = module['arch']
193 sections=self._section_arguments(module, module_addr))
[all …]
A Dconstants.py.in69 /* linux/module.h */
/scripts/mod/
A Dfile2alias.c48 module_alias_printf(struct module *mod, bool append_wildcard, in module_alias_printf()
128 void (*do_entry)(struct module *mod, void *symval);
185 unsigned char max, struct module *mod) in do_usb_entry()
352 static void do_of_entry(struct module *mod, void *symval) in do_of_entry()
379 static void do_hid_entry(struct module *mod, void *symval) in do_hid_entry()
420 static void do_pci_entry(struct module *mod, void *symval) in do_pci_entry()
475 static void do_ccw_entry(struct module *mod, void *symval) in do_ccw_entry()
498 static void do_ap_entry(struct module *mod, void *symval) in do_ap_entry()
506 static void do_css_entry(struct module *mod, void *symval) in do_css_entry()
635 static void do_vio_entry(struct module *mod, void *symval) in do_vio_entry()
[all …]
A Dmodpost.c178 struct module *mod; in find_module()
190 struct module *mod; in new_module()
220 struct module *module; member
363 s->module = mod; in sym_add_exported()
1753 s->module = exp->module; in check_exports()
1904 if (!s->module) in add_extended_versions()
1918 if (!s->module) in add_extended_versions()
1948 if (!s->module) in add_versions()
1979 if (s->module) in add_depends()
1980 s->module->seen = s->module->is_vmlinux; in add_depends()
[all …]
A Dmodpost.h117 struct module { struct
210 void handle_moddevtable(struct module *mod, struct elf_info *info,
/scripts/kconfig/
A Dstreamline_config.pl400 foreach my $module (keys(%modules)) {
401 if (defined($objects{$module})) {
402 my @arr = @{$objects{$module}};
404 $configs{$conf} = $module;
405 dprint "$conf added by direct ($module)\n";
418 print STDERR "$module config not found!!\n";
700 foreach my $module (keys(%modules)) {
701 if (defined($objects{$module})) {
702 my @arr = @{$objects{$module}};
708 print STDERR "module $module did not have configs";
/scripts/coccinelle/misc/
A 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.
A Dcond_no_effect.cocci23 // have to come from a module built for SHcompact. */
/scripts/lib/kdoc/
A Dkdoc_output.py704 module = self.modulename
717 module = self.modulename

Completed in 22 milliseconds

12