Searched refs:mod (Results 226 - 250 of 447) sorted by relevance

1234567891011>>

/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk239 function convert_operands(count,opnd, i,j,imm,mod)
242 mod = null
255 mod = "INAT_MODRM"
257 return add_flags(imm, mod)
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk239 function convert_operands(count,opnd, i,j,imm,mod)
242 mod = null
255 mod = "INAT_MODRM"
257 return add_flags(imm, mod)
/linux-master/samples/livepatch/
H A Dlivepatch-shadow-fix1.c12 * Fixes the memory leak introduced in livepatch-shadow-mod through the
22 * section of livepatch-shadow-mod.c.
155 .mod = THIS_MODULE,
/linux-master/drivers/macintosh/
H A Dwindfarm_core.c265 struct module *mod = ct->ops->owner; local
267 module_put(mod);
360 struct module *mod = sr->ops->owner; local
362 module_put(mod);
/linux-master/arch/s390/include/asm/
H A Dunwind.h94 static inline void unwind_module_init(struct module *mod, void *orc_ip, argument
/linux-master/arch/arm64/include/asm/
H A Dftrace.h142 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec);
/linux-master/net/ethtool/
H A Dfec.c243 bool mod = false; local
256 link_mode_names, info->extack, &mod);
259 ethnl_update_u8(&fec_auto, tb[ETHTOOL_A_FEC_AUTO], &mod);
260 if (!mod)
/linux-master/arch/loongarch/include/asm/
H A Dftrace.h34 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec);
/linux-master/fs/btrfs/
H A Dfile-item.h61 u64 bytenr, int mod);
H A Dinode-item.h102 struct btrfs_key *location, int mod);
/linux-master/arch/riscv/include/asm/
H A Dftrace.h124 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec);
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h83 #define ST_LSM6DSX_CHANNEL_ACC(chan_type, addr, mod, scan_idx) \
88 .channel2 = mod, \
104 #define ST_LSM6DSX_CHANNEL(chan_type, addr, mod, scan_idx) \
109 .channel2 = mod, \
/linux-master/scripts/
H A DMakefile60 subdir- += basic dtc gdb kconfig mod
/linux-master/arch/sh/kernel/
H A Ddwarf.c736 unsigned char *end, struct module *mod)
856 if (mod != NULL)
857 list_add_tail(&cie->link, &mod->arch.cie_list);
867 unsigned char *end, struct module *mod)
948 if (mod != NULL)
949 list_add_tail(&fde->link, &mod->arch.fde_list);
1020 * @mod: the kernel module containing the .eh_frame section
1025 struct module *mod)
1062 err = dwarf_parse_cie(entry, p, len, end, mod);
1069 end, mod);
735 dwarf_parse_cie(void *entry, void *p, unsigned long len, unsigned char *end, struct module *mod) argument
865 dwarf_parse_fde(void *entry, u32 entry_type, void *start, unsigned long len, unsigned char *end, struct module *mod) argument
1024 dwarf_parse_section(char *eh_frame_start, char *eh_frame_end, struct module *mod) argument
1130 module_dwarf_cleanup(struct module *mod) argument
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dfifo.c221 struct usbhs_mod *mod = usbhs_mod_get_current(priv); \
223 if (!mod) \
226 mod->status |= status; \
228 mod->status &= ~status; \
229 usbhs_irq_callback_update(priv, mod); \
1415 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
1420 mod->irq_empty = usbhsf_irq_empty;
1421 mod->irq_ready = usbhsf_irq_ready;
1422 mod->irq_bempsts = 0;
1423 mod
1432 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
[all...]
H A Dcommon.c29 * mod.c
442 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
458 if (enable && !mod) {
486 } else if (!enable && mod) {
788 struct usbhs_mod *mod = usbhs_mod_get_current(priv); local
790 if (mod) {
795 if (mod || !usbhs_get_dparam(priv, runtime_pwctrl))
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.c179 enum hinic_mod_type mod, u8 cmd, u16 prod_idx,
206 HINIC_CMDQ_CTRL_SET(mod, MOD) |
221 if (cmd == CMDQ_SET_ARM_CMD && mod == HINIC_MOD_COMM)
248 enum hinic_mod_type mod, u8 cmd, u16 prod_idx)
264 cmdq_prepare_wqe_ctrl(wqe, wrapped, ack_type, mod, cmd,
276 enum hinic_mod_type mod, u8 cmd, u16 prod_idx)
295 cmdq_prepare_wqe_ctrl(wqe, wrapped, ack_type, mod, cmd, prod_idx,
336 enum hinic_mod_type mod, u8 cmd,
374 wrapped, HINIC_CMD_ACK_TYPE_CMDQ, mod, cmd,
474 * @mod
177 cmdq_prepare_wqe_ctrl(struct hinic_cmdq_wqe *wqe, int wrapped, enum hinic_cmd_ack_type ack_type, enum hinic_mod_type mod, u8 cmd, u16 prod_idx, enum completion_format complete_format, enum data_format data_format, enum bufdesc_len buf_len) argument
243 cmdq_set_lcmd_wqe(struct hinic_cmdq_wqe *wqe, enum cmdq_cmd_type cmd_type, struct hinic_cmdq_buf *buf_in, struct hinic_cmdq_buf *buf_out, int wrapped, enum hinic_cmd_ack_type ack_type, enum hinic_mod_type mod, u8 cmd, u16 prod_idx) argument
271 cmdq_set_direct_wqe(struct hinic_cmdq_wqe *wqe, enum cmdq_cmd_type cmd_type, void *buf_in, u16 in_size, struct hinic_cmdq_buf *buf_out, int wrapped, enum hinic_cmd_ack_type ack_type, enum hinic_mod_type mod, u8 cmd, u16 prod_idx) argument
335 cmdq_sync_cmd_direct_resp(struct hinic_cmdq *cmdq, enum hinic_mod_type mod, u8 cmd, struct hinic_cmdq_buf *buf_in, u64 *resp) argument
481 hinic_cmdq_direct_resp(struct hinic_cmdqs *cmdqs, enum hinic_mod_type mod, u8 cmd, struct hinic_cmdq_buf *buf_in, u64 *resp) argument
[all...]
/linux-master/arch/parisc/kernel/
H A Dmodule.c262 void module_arch_freeing_init(struct module *mod) argument
264 kfree(mod->arch.section);
265 mod->arch.section = NULL;
269 unsigned int arch_mod_section_prepend(struct module *mod, argument
274 return (mod->arch.section[section].stub_entries + 1)
955 void module_arch_cleanup(struct module *mod) argument
957 deregister_unwind_table(mod);
961 void *dereference_module_function_descriptor(struct module *mod, void *ptr) argument
963 unsigned long start_opd = (Elf64_Addr)mod->mem[MOD_TEXT].base +
964 mod
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c196 int mod; local
204 for (mod = 0;
205 (disp->format_modifiers[mod] != DRM_FORMAT_MOD_INVALID) &&
206 (disp->format_modifiers[mod] != modifier);
207 mod++);
209 if (disp->format_modifiers[mod] == DRM_FORMAT_MOD_INVALID) {
210 for (mod = 0;
211 (legacy_modifiers[mod] != DRM_FORMAT_MOD_INVALID) &&
212 (legacy_modifiers[mod] != modifier);
213 mod
[all...]
/linux-master/arch/s390/kernel/
H A Dmodule.c77 void module_arch_cleanup(struct module *mod) argument
79 module_memfree(mod->arch.trampolines_start);
83 void module_arch_freeing_init(struct module *mod) argument
85 if (is_livepatch_module(mod) &&
86 mod->state == MODULE_STATE_LIVE)
89 vfree(mod->arch.syminfo);
90 mod->arch.syminfo = NULL;
/linux-master/drivers/soc/fsl/qe/
H A Dqe.c164 unsigned int mod; local
179 mod = brg_clk % CLK_GRAN;
180 if (mod) {
181 if (mod < CLK_GRAN_LIMIT)
182 brg_clk -= mod;
183 else if (mod > (CLK_GRAN - CLK_GRAN_LIMIT))
184 brg_clk += CLK_GRAN - mod;
/linux-master/arch/x86/kernel/
H A Dalternative.c1437 struct module *mod; member in struct:smp_alt_module
1453 void __init_or_module alternatives_smp_module_add(struct module *mod, argument
1473 smp->mod = mod;
1490 void __init_or_module alternatives_smp_module_del(struct module *mod) argument
1496 if (mod != item->mod)
1507 struct smp_alt_module *mod; local
1519 list_for_each_entry(mod, &smp_alt_modules, next)
1520 alternatives_smp_lock(mod
1533 struct smp_alt_module *mod; local
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S168 HashKey = 16*6 # store HashKey <<1 mod poly here
169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
177 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod pol
[all...]
/linux-master/kernel/trace/
H A Dftrace.c2788 ftrace_nop_initialize(struct module *mod, struct dyn_ftrace *rec) argument
2795 ret = ftrace_init_nop(mod, rec);
3184 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) argument
3207 if (mod)
3225 if (init_nop && !ftrace_nop_initialize(mod, p))
3556 seq_printf(m, ":mod:%s\n", ftrace_mod->module);
4279 /* blank search means to match all funcs in the mod */
4288 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) argument
4294 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL;
4306 if (mod) {
4466 process_mod_list(struct list_head *head, struct ftrace_ops *ops, char *mod, bool enable) argument
4537 char *mod; local
6483 ftrace_process_locs(struct module *mod, unsigned long *start, unsigned long *end) argument
6614 struct module *mod; member in struct:ftrace_mod_map
6760 ftrace_release_mod(struct module *mod) argument
6827 ftrace_module_enable(struct module *mod) argument
6905 ftrace_module_init(struct module *mod) argument
6952 allocate_ftrace_mod_map(struct module *mod, unsigned long start, unsigned long end) argument
7068 allocate_ftrace_mod_map(struct module *mod, unsigned long start, unsigned long end) argument
7140 ftrace_free_mem(struct module *mod, void *start_ptr, void *end_ptr) argument
[all...]
/linux-master/include/linux/usb/
H A Dcomposite.h144 * @mod: (internal) points to the module that created this structure.
214 struct module *mod; member in struct:usb_function
576 struct module *mod; member in struct:usb_function_driver
607 .mod = THIS_MODULE, \

Completed in 431 milliseconds

1234567891011>>