Searched defs:mod (Results 1 - 25 of 55) sorted by relevance

123

/arch/cris/kernel/
H A Dmodule.c39 void module_free(struct module *mod, void *module_region) argument
/arch/powerpc/include/asm/
H A Dftrace.h56 struct module *mod; member in struct:dyn_arch_ftrace
/arch/x86/kernel/
H A Dtest_nx.c47 struct module *mod = THIS_MODULE; local
56 if (mod->num_exentries > 1) {
61 extable = (struct exception_table_entry *)mod->extable;
H A Dmodule.c250 void module_arch_cleanup(struct module *mod) argument
252 alternatives_smp_module_del(mod);
/arch/xtensa/kernel/
H A Dmodule.c53 struct module *mod)
93 mod->name, relsec, i,
117 mod->name, relsec, i,
160 mod->name,
180 mod->name,
186 mod->name,
49 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
/arch/m68k/kernel/
H A Dmodule.c104 struct module *mod)
106 module_fixup(mod, mod->arch.fixup_start, mod->arch.fixup_end);
112 void module_fixup(struct module *mod, struct m68k_fixup_info *start, argument
102 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
/arch/s390/kernel/
H A Dftrace.c79 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
/arch/sh/kernel/
H A Dmodule.c123 void module_arch_cleanup(struct module *mod) argument
125 module_dwarf_cleanup(mod);
/arch/arc/kernel/
H A Dmodule.c34 char *secstr, struct module *mod)
39 mod->arch.unw_sec_idx = 0;
40 mod->arch.unw_info = NULL;
45 mod->arch.unw_sec_idx = i;
53 void module_arch_cleanup(struct module *mod) argument
56 if (mod->arch.unw_info)
57 unwind_remove_table(mod->arch.unw_info, 0);
132 struct module *mod)
136 int unwsec = mod->arch.unw_sec_idx;
139 unw = unwind_add_table(mod, (voi
33 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstr, struct module *mod) argument
131 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
[all...]
/arch/arm64/kernel/
H A Dftrace.c84 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
/arch/blackfin/kernel/
H A Dmodule.c7 #define pr_fmt(fmt) "module %s: " fmt, mod->name
22 char *secstrings, struct module *mod)
28 * in mod->arch to correctly free L1 I/D sram later.
29 * NOTE: this breaks the semantic of mod->arch structure.
45 mod->arch.text_l1 = dest;
57 mod->arch.data_a_l1 = dest;
69 mod->arch.bss_a_l1 = dest;
78 mod->arch.data_b_l1 = dest;
88 mod->arch.bss_b_l1 = dest;
100 mod
21 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
151 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
234 module_finalize(const Elf_Ehdr * hdr, const Elf_Shdr * sechdrs, struct module *mod) argument
279 module_arch_cleanup(struct module *mod) argument
[all...]
H A Dftrace.c41 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
/arch/hexagon/kernel/
H A Dmodule.c38 * @mod - pointer to module
42 struct module *mod)
63 mod->name);
40 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/arch/metag/kernel/
H A Dftrace.c96 int ftrace_make_nop(struct module *mod, argument
H A Dmodule.c163 Elf32_Shdr *sechdrs, struct module *mod)
179 if (location >= mod->module_core
180 && location < mod->module_core + mod->core_size)
181 entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr;
183 entry = (void *)sechdrs[mod->arch.init_plt_section].sh_addr;
162 do_plt_call(void *location, Elf32_Addr val, Elf32_Shdr *sechdrs, struct module *mod) argument
/arch/sparc/kernel/
H A Dftrace.c55 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
H A Dmodule.c57 struct module *mod)
66 printk("%s: no symtab found.\n", mod->name);
54 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/arch/tile/kernel/
H A Dmodule.c77 void module_free(struct module *mod, void *module_region) argument
86 * FIXME: If module_region == mod->module_init, trim exception
/arch/arm/kernel/
H A Dmodule.c284 struct module *mod)
325 mod->arch.unwind[i] =
347 module_arch_cleanup(struct module *mod) argument
353 if (mod->arch.unwind[i])
354 unwind_table_del(mod->arch.unwind[i]);
283 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
/arch/avr32/kernel/
H A Dmodule.c22 void module_free(struct module *mod, void *module_region) argument
24 vfree(mod->arch.syminfo);
25 mod->arch.syminfo = NULL;
/arch/ia64/kernel/
H A Dftrace.c161 int ftrace_make_nop(struct module *mod, argument
/arch/microblaze/kernel/
H A Dftrace.c123 int ftrace_make_nop(struct module *mod, argument
/arch/mips/kernel/
H A Dcpu-bugs64.c31 static inline void align_mod(const int align, const int mod) argument
42 : GCC_IMM_ASM() (align), GCC_IMM_ASM() (mod));
46 const int align, const int mod)
75 align_mod(align, mod);
106 align_mod(align, mod);
45 mult_sh_align_mod(long *v1, long *v2, long *w, const int align, const int mod) argument
/arch/powerpc/kernel/
H A Dmodule_32.c185 struct module *mod)
191 if (location >= mod->module_core
192 && location < mod->module_core + mod->core_size)
193 entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr;
195 entry = (void *)sechdrs[mod->arch.init_plt_section].sh_addr;
182 do_plt_call(void *location, Elf32_Addr val, Elf32_Shdr *sechdrs, struct module *mod) argument
/arch/sh/include/uapi/asm/
H A Dptrace_32.h73 unsigned long mod; member in struct:pt_dspregs

Completed in 742 milliseconds

123