Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/kernel/linux/linux-5.10/kernel/
Dmodule.c177 static void mod_tree_insert(struct module *mod) in mod_tree_insert()
187 static void mod_tree_remove_init(struct module *mod) in mod_tree_remove_init()
193 static void mod_tree_remove(struct module *mod) in mod_tree_remove()
214 static void mod_tree_insert(struct module *mod) { } in mod_tree_insert()
215 static void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init()
216 static void mod_tree_remove(struct module *mod) { } in mod_tree_remove()
220 struct module *mod; in mod_find() local
248 static void mod_update_bounds(struct module *mod) in mod_update_bounds()
323 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get()
334 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module()
[all …]
/kernel/linux/common_modules/pac/include/
Dpointer_auth_common.h11 #define pauth_sign(type, key, addr, mod) \ argument
14 #define pauth_validate(type, key, addr, mod) \ argument
25 #define pauth_hash(addr, mod) ((unsigned int) (pauth_pacga(addr, mod) >> 32)) argument
27 #define pauth_common(prefix, type, key, addr, mod) \ argument
48 #define pauth_sign_function(fun, mod, key) \ argument
57 #define pauth_pacda(addr, mod) pauth_common(pac, d, a, addr, mod) argument
59 #define pauth_pacdb(addr, mod) pauth_common(pac, d, b, addr, mod) argument
61 #define pauth_pacia(addr, mod) pauth_common(pac, i, a, addr, mod) argument
63 #define pauth_pacib(addr, mod) pauth_common(pac, i, b, addr, mod) argument
65 #define pauth_pacga(addr, mod) \ argument
[all …]
/kernel/linux/linux-6.6/kernel/module/
Dsysfs.c72 static void add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs()
125 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs()
172 static void add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs()
230 static void remove_notes_attrs(struct module *mod) in remove_notes_attrs()
237 static inline void add_sect_attrs(struct module *mod, const struct load_info *info) { } in add_sect_attrs()
238 static inline void remove_sect_attrs(struct module *mod) { } in remove_sect_attrs()
239 static inline void add_notes_attrs(struct module *mod, const struct load_info *info) { } in add_notes_attrs()
240 static inline void remove_notes_attrs(struct module *mod) { } in remove_notes_attrs()
243 static void del_usage_links(struct module *mod) in del_usage_links()
255 static int add_usage_links(struct module *mod) in add_usage_links()
[all …]
Dmain.c116 static void mod_update_bounds(struct module *mod) in mod_update_bounds()
152 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get()
163 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module()
174 void __noreturn __module_put_and_kthread_exit(struct module *mod, long code) in __module_put_and_kthread_exit()
311 struct module *mod; in find_symbol() local
349 struct module *mod; in find_module_all() local
370 static inline void __percpu *mod_percpu(struct module *mod) in mod_percpu()
375 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
399 static void percpu_modfree(struct module *mod) in percpu_modfree()
409 static void percpu_modcopy(struct module *mod, in percpu_modcopy()
[all …]
Dkallsyms.c25 const struct module *mod) in is_exported()
113 void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
170 void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
228 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
242 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id()
256 static const char *find_kallsyms_symbol(struct module *mod, in find_kallsyms_symbol()
314 void * __weak dereference_module_function_descriptor(struct module *mod, in dereference_module_function_descriptor()
332 struct module *mod; in module_address_lookup() local
361 struct module *mod; in lookup_module_symbol_name() local
387 struct module *mod; in module_get_kallsym() local
[all …]
Dinternal.h64 struct module *mod; member
83 unsigned int sym, str, mod, vers, info, pcpu; member
144 static inline int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf()
149 static inline void free_module_elf(struct module *mod) { } in free_module_elf()
152 static inline bool set_livepatch_module(struct module *mod) in set_livepatch_module()
262 static inline int try_add_tainted_module(struct module *mod) in try_add_tainted_module()
308 static inline void mod_tree_insert(struct module *mod) { } in mod_tree_insert()
309 static inline void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init()
310 static inline void mod_tree_remove(struct module *mod) { } in mod_tree_remove()
313 struct module *mod; in mod_find() local
[all …]
Dstrict_rwx.c14 static void module_set_memory(const struct module *mod, enum mod_mem_type type, in module_set_memory()
29 void module_enable_x(const struct module *mod) in module_enable_x()
35 void module_enable_ro(const struct module *mod, bool after_init) in module_enable_ro()
53 void module_enable_nx(const struct module *mod) in module_enable_nx()
63 char *secstrings, struct module *mod) in module_enforce_rwx_sections()
/kernel/linux/linux-6.6/drivers/net/can/
Djanz-ican3.c292 static inline void ican3_set_page(struct ican3_dev *mod, unsigned int page) in ican3_set_page()
309 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg()
354 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg()
391 static void ican3_init_new_host_interface(struct ican3_dev *mod) in ican3_init_new_host_interface()
470 static void ican3_init_fast_host_interface(struct ican3_dev *mod) in ican3_init_fast_host_interface()
558 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg()
589 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg()
621 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg()
637 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg()
657 static int ican3_msg_connect(struct ican3_dev *mod) in ican3_msg_connect()
[all …]
/kernel/linux/linux-5.10/drivers/net/can/
Djanz-ican3.c291 static inline void ican3_set_page(struct ican3_dev *mod, unsigned int page) in ican3_set_page()
308 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg()
353 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg()
390 static void ican3_init_new_host_interface(struct ican3_dev *mod) in ican3_init_new_host_interface()
469 static void ican3_init_fast_host_interface(struct ican3_dev *mod) in ican3_init_fast_host_interface()
557 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg()
588 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg()
620 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg()
636 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg()
656 static int ican3_msg_connect(struct ican3_dev *mod) in ican3_msg_connect()
[all …]
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
Dssi.c80 struct rsnd_mod mod; member
114 #define rsnd_ssi_is_multi_secondary(mod, io) \ argument
116 #define rsnd_ssi_is_run_mods(mod, io) \ argument
118 #define rsnd_ssi_can_output_clk(mod) (!__rsnd_ssi_is_pin_sharing(mod)) argument
122 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local
137 static void rsnd_ssi_status_clear(struct rsnd_mod *mod) in rsnd_ssi_status_clear()
142 static u32 rsnd_ssi_status_get(struct rsnd_mod *mod) in rsnd_ssi_status_get()
147 static void rsnd_ssi_status_check(struct rsnd_mod *mod, in rsnd_ssi_status_check()
177 struct rsnd_mod *mod = rsnd_io_to_mod(io, types[i]); in rsnd_ssi_multi_secondaries() local
264 static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod, in rsnd_ssi_master_clk_start()
[all …]
Dctu.c73 struct rsnd_mod mod; member
95 static void rsnd_ctu_activation(struct rsnd_mod *mod) in rsnd_ctu_activation()
101 static void rsnd_ctu_halt(struct rsnd_mod *mod) in rsnd_ctu_halt()
107 static int rsnd_ctu_probe_(struct rsnd_mod *mod, in rsnd_ctu_probe_()
115 struct rsnd_mod *mod) in rsnd_ctu_value_init()
152 struct rsnd_mod *mod) in rsnd_ctu_value_reset()
170 static int rsnd_ctu_init(struct rsnd_mod *mod, in rsnd_ctu_init()
187 static int rsnd_ctu_quit(struct rsnd_mod *mod, in rsnd_ctu_quit()
198 static int rsnd_ctu_pcm_new(struct rsnd_mod *mod, in rsnd_ctu_pcm_new()
264 static int rsnd_ctu_id(struct rsnd_mod *mod) in rsnd_ctu_id()
[all …]
Dsrc.c33 struct rsnd_mod mod; member
45 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val) argument
67 static void rsnd_src_activation(struct rsnd_mod *mod) in rsnd_src_activation()
73 static void rsnd_src_halt(struct rsnd_mod *mod) in rsnd_src_halt()
80 struct rsnd_mod *mod) in rsnd_src_dma_req()
91 struct rsnd_mod *mod) in rsnd_src_convert_rate()
202 struct rsnd_mod *mod) in rsnd_src_set_convert_rate()
262 struct rsnd_mod *mod) in rsnd_src_init_convert_rate()
408 static int rsnd_src_irq(struct rsnd_mod *mod, in rsnd_src_irq()
447 static void rsnd_src_status_clear(struct rsnd_mod *mod) in rsnd_src_status_clear()
[all …]
Dssiu.c12 struct rsnd_mod mod; member
50 #define rsnd_ssiu_busif_err_irq_enable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 1) argument
51 #define rsnd_ssiu_busif_err_irq_disable(mod) rsnd_ssiu_busif_err_irq_ctrl(mod, 0) argument
52 static void rsnd_ssiu_busif_err_irq_ctrl(struct rsnd_mod *mod, int enable) in rsnd_ssiu_busif_err_irq_ctrl()
88 bool rsnd_ssiu_busif_err_status_clear(struct rsnd_mod *mod) in rsnd_ssiu_busif_err_status_clear()
132 static u32 *rsnd_ssiu_get_status(struct rsnd_mod *mod, in rsnd_ssiu_get_status()
142 static int rsnd_ssiu_init(struct rsnd_mod *mod, in rsnd_ssiu_init()
226 static int rsnd_ssiu_quit(struct rsnd_mod *mod, in rsnd_ssiu_quit()
243 static int rsnd_ssiu_init_gen2(struct rsnd_mod *mod, in rsnd_ssiu_init_gen2()
333 static int rsnd_ssiu_start_gen2(struct rsnd_mod *mod, in rsnd_ssiu_start_gen2()
[all …]
Ddvc.c37 struct rsnd_mod mod; member
57 static void rsnd_dvc_activation(struct rsnd_mod *mod) in rsnd_dvc_activation()
63 static void rsnd_dvc_halt(struct rsnd_mod *mod) in rsnd_dvc_halt()
74 struct rsnd_mod *mod) in rsnd_dvc_volume_parameter()
94 struct rsnd_mod *mod) in rsnd_dvc_volume_init()
144 struct rsnd_mod *mod) in rsnd_dvc_volume_update()
178 static int rsnd_dvc_probe_(struct rsnd_mod *mod, in rsnd_dvc_probe_()
185 static int rsnd_dvc_init(struct rsnd_mod *mod, in rsnd_dvc_init()
204 static int rsnd_dvc_quit(struct rsnd_mod *mod, in rsnd_dvc_quit()
215 static int rsnd_dvc_pcm_new(struct rsnd_mod *mod, in rsnd_dvc_pcm_new()
[all …]
Dmix.c39 struct rsnd_mod mod; member
69 static void rsnd_mix_activation(struct rsnd_mod *mod) in rsnd_mix_activation()
75 static void rsnd_mix_halt(struct rsnd_mod *mod) in rsnd_mix_halt()
85 struct rsnd_mod *mod) in rsnd_mix_volume_parameter()
105 struct rsnd_mod *mod) in rsnd_mix_volume_init()
126 struct rsnd_mod *mod) in rsnd_mix_volume_update()
138 static int rsnd_mix_probe_(struct rsnd_mod *mod, in rsnd_mix_probe_()
145 static int rsnd_mix_init(struct rsnd_mod *mod, in rsnd_mix_init()
164 static int rsnd_mix_quit(struct rsnd_mod *mod, in rsnd_mix_quit()
175 static int rsnd_mix_pcm_new(struct rsnd_mod *mod, in rsnd_mix_pcm_new()
[all …]
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
Dssi.c80 struct rsnd_mod mod; member
114 #define rsnd_ssi_is_multi_secondary(mod, io) \ argument
116 #define rsnd_ssi_is_run_mods(mod, io) \ argument
118 #define rsnd_ssi_can_output_clk(mod) (!__rsnd_ssi_is_pin_sharing(mod)) argument
124 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local
139 static void rsnd_ssi_status_clear(struct rsnd_mod *mod) in rsnd_ssi_status_clear()
144 static u32 rsnd_ssi_status_get(struct rsnd_mod *mod) in rsnd_ssi_status_get()
149 static void rsnd_ssi_status_check(struct rsnd_mod *mod, in rsnd_ssi_status_check()
170 struct rsnd_mod *mod; in rsnd_ssi_multi_secondaries() local
266 static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod, in rsnd_ssi_master_clk_start()
[all …]
Dsrc.c24 struct rsnd_mod mod; member
35 #define rsnd_src_sync_is_enabled(mod) (rsnd_mod_to_src(mod)->sen.val) argument
57 static void rsnd_src_activation(struct rsnd_mod *mod) in rsnd_src_activation()
63 static void rsnd_src_halt(struct rsnd_mod *mod) in rsnd_src_halt()
70 struct rsnd_mod *mod) in rsnd_src_dma_req()
81 struct rsnd_mod *mod) in rsnd_src_convert_rate()
192 struct rsnd_mod *mod) in rsnd_src_set_convert_rate()
347 static int rsnd_src_irq(struct rsnd_mod *mod, in rsnd_src_irq()
386 static void rsnd_src_status_clear(struct rsnd_mod *mod) in rsnd_src_status_clear()
394 static bool rsnd_src_error_occurred(struct rsnd_mod *mod) in rsnd_src_error_occurred()
[all …]
Dctu.c73 struct rsnd_mod mod; member
95 static void rsnd_ctu_activation(struct rsnd_mod *mod) in rsnd_ctu_activation()
101 static void rsnd_ctu_halt(struct rsnd_mod *mod) in rsnd_ctu_halt()
107 static int rsnd_ctu_probe_(struct rsnd_mod *mod, in rsnd_ctu_probe_()
115 struct rsnd_mod *mod) in rsnd_ctu_value_init()
152 struct rsnd_mod *mod) in rsnd_ctu_value_reset()
170 static int rsnd_ctu_init(struct rsnd_mod *mod, in rsnd_ctu_init()
187 static int rsnd_ctu_quit(struct rsnd_mod *mod, in rsnd_ctu_quit()
198 static int rsnd_ctu_pcm_new(struct rsnd_mod *mod, in rsnd_ctu_pcm_new()
262 static int rsnd_ctu_id(struct rsnd_mod *mod) in rsnd_ctu_id()
[all …]
Ddvc.c37 struct rsnd_mod mod; member
57 static void rsnd_dvc_activation(struct rsnd_mod *mod) in rsnd_dvc_activation()
63 static void rsnd_dvc_halt(struct rsnd_mod *mod) in rsnd_dvc_halt()
74 struct rsnd_mod *mod) in rsnd_dvc_volume_parameter()
94 struct rsnd_mod *mod) in rsnd_dvc_volume_init()
144 struct rsnd_mod *mod) in rsnd_dvc_volume_update()
178 static int rsnd_dvc_probe_(struct rsnd_mod *mod, in rsnd_dvc_probe_()
185 static int rsnd_dvc_init(struct rsnd_mod *mod, in rsnd_dvc_init()
204 static int rsnd_dvc_quit(struct rsnd_mod *mod, in rsnd_dvc_quit()
215 static int rsnd_dvc_pcm_new(struct rsnd_mod *mod, in rsnd_dvc_pcm_new()
[all …]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dmodule.c46 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
59 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
66 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
73 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel()
79 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute()
85 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup()
104 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, in apply_r_larch_sop_push_plt_pcrel()
119 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
165 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field()
256 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
[all …]
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmodule.c156 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64()
168 apply_imm60 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm60()
185 apply_imm22 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm22()
200 apply_imm21b (struct module *mod, struct insn *insn, uint64_t val) in apply_imm21b()
235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
310 module_arch_freeing_init (struct module *mod) in module_arch_freeing_init()
424 struct module *mod) in module_frob_arch_sections()
489 in_init (const struct module *mod, uint64_t addr) in in_init()
495 in_core (const struct module *mod, uint64_t addr) in in_core()
[all …]
/kernel/linux/linux-6.6/arch/ia64/kernel/
Dmodule.c156 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64()
168 apply_imm60 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm60()
185 apply_imm22 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm22()
200 apply_imm21b (struct module *mod, struct insn *insn, uint64_t val) in apply_imm21b()
235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
310 module_arch_freeing_init (struct module *mod) in module_arch_freeing_init()
424 struct module *mod) in module_frob_arch_sections()
489 in_init (const struct module *mod, uint64_t addr) in in_init()
495 in_core (const struct module *mod, uint64_t addr) in in_core()
[all …]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
Dmodule.c57 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none()
70 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32()
77 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64()
84 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel()
90 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute()
96 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup()
115 static int apply_r_larch_sop_push_plt_pcrel(struct module *mod, in apply_r_larch_sop_push_plt_pcrel()
130 static int apply_r_larch_sop(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop()
176 static int apply_r_larch_sop_imm_field(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_imm_field()
267 static int apply_r_larch_add_sub(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_add_sub()
[all …]
/kernel/linux/linux-6.6/kernel/printk/
Dindex.c20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos) in pi_get_entry()
45 const struct module *mod = s->file->f_inode->i_private; in pi_next() local
128 static const char *pi_get_module_name(struct module *mod) in pi_get_module_name()
133 static const char *pi_get_module_name(struct module *mod) in pi_get_module_name()
139 static void pi_create_file(struct module *mod) in pi_create_file()
146 static void pi_remove_file(struct module *mod) in pi_remove_file()
154 struct module *mod = data; in pi_module_notify() local
/kernel/linux/linux-6.6/sound/soc/intel/avs/
Dpath.c32 struct avs_path_module *mod; in avs_path_find_module() local
144 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
268 static struct avs_control_data *avs_get_module_control(struct avs_path_module *mod) in avs_get_module_control()
291 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
327 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
349 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
366 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
386 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
405 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
423 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
[all …]

12345678910>>...25