Searched refs:mod (Results 176 - 200 of 447) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dmodule.c101 void module_arch_cleanup(struct module *mod) argument
103 module_dwarf_cleanup(mod);
/linux-master/arch/hexagon/kernel/
H A Dmodule.c25 * @mod - pointer to module
29 struct module *mod)
50 mod->name);
27 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/linux-master/arch/x86/include/asm/
H A Dinst.h143 .macro MODRM mod opd1 opd2
144 .byte \mod | (\opd1 & 7) | ((\opd2 & 7) << 3)
H A Dunwind.h97 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size,
102 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, argument
/linux-master/tools/testing/selftests/net/
H A Dtest_ingress_egress_chaining.sh16 for mod in $needed_mods; do
17 modinfo $mod &>/dev/null || { echo "SKIP: Need act_mirred module"; exit $ksft_skip; }
/linux-master/crypto/
H A Decc.c488 /* Computes result = (left + right) % mod.
489 * Assumes that left < mod and right < mod, result != mod.
492 const u64 *mod, unsigned int ndigits)
498 /* result > mod (result = mod + remainder), so subtract mod to
501 if (carry || vli_cmp(result, mod, ndigits) >= 0)
502 vli_sub(result, result, mod, ndigit
491 vli_mod_add(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
508 vli_mod_sub(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
530 vli_mmod_special(u64 *result, const u64 *product, const u64 *mod, unsigned int ndigits) argument
564 vli_mmod_special2(u64 *result, const u64 *product, const u64 *mod, unsigned int ndigits) argument
613 vli_mmod_slow(u64 *result, u64 *product, const u64 *mod, unsigned int ndigits) argument
663 vli_mmod_barrett(u64 *result, u64 *product, const u64 *mod, unsigned int ndigits) argument
955 vli_mod_mult_slow(u64 *result, const u64 *left, const u64 *right, const u64 *mod, unsigned int ndigits) argument
990 vli_mod_inv(u64 *result, const u64 *input, const u64 *mod, unsigned int ndigits) argument
[all...]
/linux-master/arch/riscv/include/asm/
H A Dmodule.h11 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
12 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
/linux-master/arch/xtensa/lib/
H A Dmemset.S57 .align 4 # 1 mod 4 alignment for LOOPNEZ
58 .byte 0 # (0 mod 4 alignment for LBEG)
126 .byte 0 # 1 mod 4 alignment for LOOPNEZ
127 # (0 mod 4 alignment for LBEG)
H A Dusercopy.S73 bbsi.l a2, 0, .Ldst1mod2 # if dst is 1 mod 2
74 bbsi.l a2, 1, .Ldst2mod4 # if dst is 2 mod 4
116 .byte 0 # 1 mod 4 alignment for LOOPNEZ
117 # (0 mod 4 alignment for LBEG)
141 .align 4 # 1 mod 4 alignment for LOOPNEZ
142 .byte 0 # (0 mod 4 alignment for LBEG)
202 .byte 0 # 1 mod 4 alignement for LOOPNEZ
203 # (0 mod 4 alignment for LBEG)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c187 void *mod; local
224 mod = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
228 if (mod == MAP_FAILED)
231 if (strncmp(mod + modlen - marker_len, MODULE_SIG_STRING, marker_len)) {
238 memcpy(&ms, mod + (modlen - sizeof(ms)), sizeof(ms));
248 memcpy(data_item->data, mod, modlen);
256 memcpy(data_item->sig, mod + modlen, sig_len);
260 munmap(mod, st.st_size);
/linux-master/arch/powerpc/include/asm/
H A Dftrace.h29 struct module *mod; member in struct:dyn_arch_ftrace
34 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec);
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h92 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size);
95 static inline void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) {} argument
H A Dmodule.h50 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
51 Elf_Addr module_emit_plt_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
/linux-master/sound/soc/sh/rcar/
H A Dgen.c74 static int rsnd_mod_id_cmd(struct rsnd_mod *mod) argument
76 if (mod->ops->id_cmd)
77 return mod->ops->id_cmd(mod);
79 return rsnd_mod_id(mod);
82 u32 rsnd_mod_read(struct rsnd_mod *mod, enum rsnd_reg reg) argument
84 struct rsnd_priv *priv = rsnd_mod_to_priv(mod);
92 regmap_fields_read(gen->regs[reg], rsnd_mod_id_cmd(mod), &val);
95 rsnd_mod_name(mod),
101 void rsnd_mod_write(struct rsnd_mod *mod, argument
118 rsnd_mod_bset(struct rsnd_mod *mod, enum rsnd_reg reg, u32 mask, u32 data) argument
[all...]
/linux-master/kernel/livepatch/
H A Dcore.h23 return !obj->name || obj->mod;
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c41 struct usbhs_mod mod; member in struct:usbhsg_gpriv
74 struct usbhsg_gpriv, mod)
94 #define usbhsg_gpriv_to_dev(gp) usbhs_priv_to_dev((gp)->mod.priv)
95 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv)
818 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
866 mod->irq_dev_state = usbhsg_irq_dev_state;
867 mod->irq_ctrl_stage = usbhsg_irq_ctrl_stage;
868 usbhs_irq_callback_update(priv, mod);
876 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
902 mod
[all...]
/linux-master/kernel/gcov/
H A Dgcov.h50 bool gcov_info_within_module(struct gcov_info *info, struct module *mod);
/linux-master/kernel/trace/
H A Dtrace_printk.c91 struct module *mod = data; local
92 if (mod->num_trace_bprintk_fmt) {
93 const char **start = mod->trace_bprintk_fmt_start;
94 const char **end = start + mod->num_trace_bprintk_fmt;
150 * v points to the address of the fmt field in the mod list
/linux-master/samples/livepatch/
H A Dlivepatch-shadow-fix2.c12 * Adds functionality to livepatch-shadow-mod's in-flight data
22 * section of livepatch-shadow-mod.c.
114 .mod = THIS_MODULE,
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c224 PyObject *mod; local
226 mod = PyModule_Create(&moduledef);
228 PyObject_SetAttrString(mod, "perf_script_context", Py_None);
230 return mod;
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c79 void *dereference_module_function_descriptor(struct module *mod, void *ptr) argument
81 if (ptr < (void *)mod->arch.start_opd ||
82 ptr >= (void *)mod->arch.end_opd)
1053 int module_trampoline_target(struct module *mod, unsigned long addr, argument
1060 if (!within_module_core(addr, mod)) {
1061 pr_err("%s: stub %lx not in module %s\n", __func__, addr, mod->name);
1069 pr_err("%s: fault reading magic for stub %lx for %s\n", __func__, addr, mod->name);
1074 pr_err("%s: bad magic for stub %lx for %s\n", __func__, addr, mod->name);
1080 pr_err("%s: fault reading funcdata for stub %lx for %s\n", __func__, addr, mod->name);
1089 int module_finalize_ftrace(struct module *mod, cons argument
[all...]
/linux-master/include/linux/iio/common/
H A Dst_sensors.h53 #define ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
57 .modified = mod, \
73 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \
75 ST_SENSORS_LSM_CHANNELS_EXT(device_type, mask, index, mod, \
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_syscall.c77 .mod = THIS_MODULE,
/linux-master/sound/soc/intel/avs/
H A Dapl.c180 struct avs_path_module *mod; local
182 list_for_each_entry(mod, &ppl->mod_list, node) {
185 cfg = mod->template->cfg_ext;
194 if (!mod->gtw_attrs.lp_buffer_alloc) {
/linux-master/drivers/s390/cio/
H A Dorb.h26 u32 mod:1; /* modification control */ member in struct:cmd_orb

Completed in 284 milliseconds

1234567891011>>