Home
last modified time | relevance | path

Searched defs:mod (Results 26 – 50 of 297) sorted by relevance

12345678910>>...12

/linux/arch/arc/kernel/
A Dmodule.c27 char *secstr, struct module *mod) in module_frob_arch_sections()
37 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
133 struct module *mod) in module_finalize()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_mgmt.c82 enum hinic_mod_type mod, in hinic_register_mgmt_msg_cb()
102 enum hinic_mod_type mod) in hinic_unregister_mgmt_msg_cb()
127 u16 msg_len, enum hinic_mod_type mod, in prepare_header()
201 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt()
246 enum hinic_mod_type mod, u8 cmd, in msg_to_mgmt_sync()
320 enum hinic_mod_type mod, u8 cmd, in msg_to_mgmt_async()
351 enum hinic_mod_type mod, u8 cmd, in hinic_msg_to_mgmt()
/linux/arch/riscv/kernel/
A Dmodule-sections.c13 unsigned long module_emit_got_entry(struct module *mod, unsigned long val) in module_emit_got_entry()
32 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val) in module_emit_plt_entry()
91 char *secstrings, struct module *mod) in module_frob_arch_sections()
/linux/drivers/scsi/bfa/
A Dbfa_svc.c408 claim_fcxps_mem(struct bfa_fcxp_mod_s *mod) in claim_fcxps_mem()
614 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_put() local
921 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_reqbuf() local
933 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_reqbufsz() local
948 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_rspbuf() local
970 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_free() local
1477 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); in bfa_lps_attach() local
1509 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); in bfa_lps_iocdisable() local
1530 struct bfa_lps_mod_s *mod = BFA_LPS_MOD(bfa); in bfa_lps_login_rsp() local
4863 bfa_rport_alloc(struct bfa_rport_mod_s *mod) in bfa_rport_alloc()
[all …]
/linux/include/linux/
A Dmodule.h47 struct module *mod; member
320 struct module *mod; member
556 static inline bool module_is_live(struct module *mod) in module_is_live()
569 const struct module *mod) in within_module_core()
576 const struct module *mod) in within_module_init()
635 #define module_name(mod) \ argument
666 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
713 const struct module *mod) in within_module_core()
719 const struct module *mod) in within_module_init()
747 #define module_name(mod) "kernel" argument
[all …]
A Dcfi.h30 static inline void cfi_module_add(struct module *mod, unsigned long base_addr) {} in cfi_module_add()
31 static inline void cfi_module_remove(struct module *mod, unsigned long base_addr) {} in cfi_module_remove()
/linux/kernel/
A Dstatic_call.c153 struct module *mod = site_mod->mod; in __static_call_update() local
209 static int __static_call_init(struct module *mod, in __static_call_init()
314 struct module *mod; in __static_call_mod_text_reserved() local
353 static int static_call_add_module(struct module *mod) in static_call_add_module()
392 static void static_call_del_module(struct module *mod) in static_call_del_module()
424 struct module *mod = data; in static_call_module_notify() local
A Dparams.c23 #define KPARAM_MUTEX(mod) ((mod) ? &(mod)->param_lock : &param_lock) argument
25 #define KPARAM_MUTEX(mod) (&param_lock) argument
28 static inline void check_kparam_locked(struct module *mod) in check_kparam_locked()
33 static inline void check_kparam_locked(struct module *mod) in check_kparam_locked()
413 static int param_array(struct module *mod, in param_array()
602 void kernel_param_lock(struct module *mod) in kernel_param_lock()
607 void kernel_param_unlock(struct module *mod) in kernel_param_unlock()
706 int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup()
741 void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
/linux/tools/perf/arch/powerpc/util/
A Dskip-callchain-idx.c97 static Dwarf_Frame *get_eh_frame(Dwfl_Module *mod, Dwarf_Addr pc) in get_eh_frame()
122 static Dwarf_Frame *get_dwarf_frame(Dwfl_Module *mod, Dwarf_Addr pc) in get_dwarf_frame()
156 Dwfl_Module *mod; in check_return_addr() local
/linux/arch/x86/math-emu/
A Dget_address.c72 static int sib(int mod, unsigned long *fpu_eip) in sib()
213 u_char mod; in FPU_get_address() local
298 u_char mod; in FPU_get_address_16() local
/linux/arch/arm64/kernel/
A Dmodule-plts.c67 static bool in_init(const struct module *mod, void *loc) in in_init()
72 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry()
104 u64 module_emit_veneer_for_adrp(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_veneer_for_adrp()
291 char *secstrings, struct module *mod) in module_frob_arch_sections()
/linux/arch/arm/kernel/
A Dmodule.c366 struct module *mod) in module_finalize()
429 module_arch_cleanup(struct module *mod) in module_arch_cleanup()
441 void __weak module_arch_freeing_init(struct module *mod) in module_arch_freeing_init()
A Dmodule-plts.c31 static bool in_init(const struct module *mod, unsigned long loc) in in_init()
51 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt()
215 char *secstrings, struct module *mod) in module_frob_arch_sections()
/linux/lib/
A Donce.c25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump()
61 unsigned long *flags, struct module *mod) in __do_once_done()
A Derror-inject.c102 static void module_load_ei_list(struct module *mod) in module_load_ei_list()
111 static void module_unload_ei_list(struct module *mod) in module_unload_ei_list()
132 struct module *mod = data; in ei_module_callback() local
/linux/scripts/mod/
A Dmodpost.c172 struct module *mod; in find_module() local
182 struct module *mod; in new_module() local
665 static void handle_modversion(const struct module *mod, in handle_modversion()
1990 struct module *mod; in read_symbols() local
2150 static void check_exports(struct module *mod) in check_exports()
2183 static void check_modname_len(struct module *mod) in check_modname_len()
2199 static void add_header(struct buffer *b, struct module *mod) in add_header()
2294 static void add_depends(struct buffer *b, struct module *mod) in add_depends()
2406 struct module *mod; in read_dump() local
2469 struct module *mod; in write_namespace_deps_files() local
[all …]
A Dfile2alias.c171 unsigned char max, struct module *mod) in do_usb_entry()
275 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi()
341 struct module *mod) in do_usb_table()
355 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi()
384 struct module *mod) in do_of_table()
597 struct module *mod) in do_pnp_device_entry()
623 struct module *mod) in do_pnp_card_entries()
1461 struct module *mod) in do_table()
1531 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
1597 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
/linux/drivers/gpu/drm/tilcdc/
A Dtilcdc_drv.c49 void tilcdc_module_init(struct tilcdc_module *mod, const char *name, in tilcdc_module_init()
58 void tilcdc_module_cleanup(struct tilcdc_module *mod) in tilcdc_module_cleanup()
98 struct tilcdc_module *mod; in modeset_init() local
469 struct tilcdc_module *mod; in tilcdc_debugfs_init() local
/linux/net/ethtool/
A Dbitset.c35 bool *mod) in ethnl_bitmap32_clear()
129 const u32 *value, const u32 *mask, bool *mod) in ethnl_bitmap32_update()
432 struct netlink_ext_ack *extack, bool *mod) in ethnl_update_bitset32_verbose()
554 struct netlink_ext_ack *extack, bool *mod) in ethnl_update_bitset32()
773 struct netlink_ext_ack *extack, bool *mod) in ethnl_update_bitset()
827 struct netlink_ext_ack *extack, bool *mod) in ethnl_update_bitset()
/linux/sound/soc/sh/rcar/
A Ddebugfs.c20 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_debugfs_show() local
56 void rsnd_debugfs_mod_reg_show(struct seq_file *m, struct rsnd_mod *mod, in rsnd_debugfs_mod_reg_show()
A Dgen.c74 static int rsnd_mod_id_cmd(struct rsnd_mod *mod) in rsnd_mod_id_cmd()
82 u32 rsnd_mod_read(struct rsnd_mod *mod, enum rsnd_reg reg) in rsnd_mod_read()
101 void rsnd_mod_write(struct rsnd_mod *mod, in rsnd_mod_write()
118 void rsnd_mod_bset(struct rsnd_mod *mod, in rsnd_mod_bset()
/linux/arch/powerpc/kernel/trace/
A Dftrace.c125 __ftrace_make_nop(struct module *mod, in __ftrace_make_nop()
221 __ftrace_make_nop(struct module *mod, in __ftrace_make_nop()
435 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
526 struct module *mod = rec->arch.mod; local
719 struct module *mod = rec->arch.mod; local
/linux/arch/m68k/kernel/
A Dmodule.c104 struct module *mod) in module_finalize()
112 void module_fixup(struct module *mod, struct m68k_fixup_info *start, in module_fixup()
/linux/tools/testing/selftests/net/
A Dreuseport_bpf.c94 static void attach_ebpf(int fd, uint16_t mod) in attach_ebpf()
133 static void attach_cbpf(int fd, uint16_t mod) in attach_cbpf()
152 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group() argument
213 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order()
/linux/arch/mips/kernel/
A Dvpe.c182 static void layout_sections(struct module *mod, const Elf_Ehdr *hdr, in layout_sections()
481 unsigned int nsecs, struct module *mod) in simplify_symbols()
537 const char *strtab, struct module *mod) in dump_elfsymbols()
552 struct module *mod) in find_vpe_symbols()
583 struct module mod; /* so we can re-use the relocations code */ in vpe_elfload() local

Completed in 55 milliseconds

12345678910>>...12