Searched refs:mod (Results 1 - 25 of 447) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dmodule.c27 char *secstr, struct module *mod)
30 mod->arch.unw_sec_idx = 0;
31 mod->arch.unw_info = NULL;
33 mod->arch.secstr = secstr;
37 void module_arch_cleanup(struct module *mod) argument
40 if (mod->arch.unw_info)
41 unwind_remove_table(mod->arch.unw_info, 0);
133 struct module *mod)
137 int unwsec = mod->arch.unw_sec_idx;
140 unw = unwind_add_table(mod, (voi
26 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstr, struct module *mod) argument
132 module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S82 | 2.3 Calculate J = N mod 64; so J = 0,1,2,..., or 63.
189 | 8.3 Calculate J = N mod 64, J = 0,1,...,63
234 | 2.2 Calculate J = N mod 64; so J = 0,1,2,..., or 63.
492 andil #0x3F,%d0 | ...D0 is J = N mod 64
592 andil #0x3F,%d0 | ...D0 is J = N mod 64
659 andil #0x3F,%d0 | ...D0 is J = N mod 64
H A Dsrem_mod.S214 |..expo(X) < expo(Y). Thus X = mod(X,Y)
H A Dssin.S35 | k = N mod 4, so in particular, k = 0,1,2,or 3. Overwrite
60 | k = N mod 4, so in particular, k = 0,1,2,or 3.
64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e.
H A Dstan.S27 | k = N mod 2, so in particular, k = 0 or 1.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S4926 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
4954 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
5628 # k = N mod 2, so in particular, k = 0 or 1. #
6737 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6848 # 8.3 Calculate J = N mod 64, J = 0,1,...,63 #
6894 # 2.2 Calculate J = N mod 64; so J = 0,1,2,..., #
7132 and.l &0x3F,%d1 # D0 is J = N mod 64
7228 and.l &0x3F,%d1 # D0 is J = N mod 64
7296 and.l &0x3F,%d1 # D0 is J = N mod 6
[all...]
H A Dfpsp.S5032 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
5060 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
5064 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
5734 # k = N mod 2, so in particular, k = 0 or 1. #
6843 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6954 # 8.3 Calculate J = N mod 64, J = 0,1,...,63 #
7000 # 2.2 Calculate J = N mod 64; so J = 0,1,2,..., #
7238 and.l &0x3F,%d1 # D0 is J = N mod 64
7334 and.l &0x3F,%d1 # D0 is J = N mod 64
7402 and.l &0x3F,%d1 # D0 is J = N mod 6
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmodule.h39 extern void module_fixup(struct module *mod, struct m68k_fixup_info *start,
/linux-master/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
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h229 uint64_t mod:3; member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
231 uint64_t mod:3;
H A Dcvmx-srxx-defs.h115 uint64_t mod:4; member in struct:cvmx_srxx_sw_tick_ctl::cvmx_srxx_sw_tick_ctl_s
121 uint64_t mod:4;
/linux-master/arch/sh/include/asm/
H A Ddwarf.h411 #define module_dwarf_cleanup(mod) do { } while (0)
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace_32.h74 unsigned long mod; member in struct:pt_dspregs
/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/arch/um/include/asm/
H A Dunwind.h5 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, argument
/linux-master/arch/x86/mm/
H A Dpf_in.c203 * Define register ident in mod/rm byte.
452 unsigned char mod; local
470 mod = mod_rm >> 6;
472 switch (mod) {
/linux-master/arch/xtensa/kernel/
H A Dmodule.c51 struct module *mod)
90 mod->name, relsec, i,
114 mod->name, relsec, i,
157 mod->name,
177 mod->name,
183 mod->name,
47 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
/linux-master/drivers/base/
H A Dmodule.c33 void module_add_driver(struct module *mod, struct device_driver *drv) argument
42 if (mod)
43 mk = &mod->mkobj;
/linux-master/drivers/gpio/
H A Dgpio-janz-ttl.c59 struct ttl_module *mod = dev_get_drvdata(gpio->parent); local
64 shadow = &mod->porta_shadow;
66 shadow = &mod->portb_shadow;
69 shadow = &mod->portc_shadow;
73 spin_lock(&mod->lock);
75 spin_unlock(&mod->lock);
81 struct ttl_module *mod = dev_get_drvdata(gpio->parent); local
86 port = &mod->regs->porta;
87 shadow = &mod->porta_shadow;
89 port = &mod
108 ttl_write_reg(struct ttl_module *mod, u8 reg, u16 val) argument
114 ttl_setup_device(struct ttl_module *mod) argument
143 struct ttl_module *mod; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h79 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) argument
83 if (mod != 2) {
89 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag |
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0209.c124 u8 mod = bits % 8; local
126 info->data[i] = info->data[i] >> mod;
/linux-master/drivers/isdn/hardware/mISDN/
H A Disar.h24 u8 mod; member in struct:isar_ch
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h301 enum cxd2880_dvbt2_l1post_constell mod; member in struct:cxd2880_dvbt2_l1pre
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c411 struct v4l2_modulator *mod)
415 if (mod->index != 0)
421 mod->txsubchans = ((fmdev->tx_data.aud_mode == FM_STEREO_MODE) ?
426 mod->capability = V4L2_TUNER_CAP_STEREO | V4L2_TUNER_CAP_RDS |
434 const struct v4l2_modulator *mod)
441 if (mod->index != 0)
452 aud_mode = (mod->txsubchans & V4L2_TUNER_SUB_STEREO) ?
454 rds_mode = (mod->txsubchans & V4L2_TUNER_SUB_RDS) ?
410 fm_v4l2_vidioc_g_modulator(struct file *file, void *priv, struct v4l2_modulator *mod) argument
433 fm_v4l2_vidioc_s_modulator(struct file *file, void *priv, const struct v4l2_modulator *mod) argument
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h271 struct bna_mcam_handle *bna_mcam_mod_handle_get(struct bna_mcam_mod *mod);

Completed in 313 milliseconds

1234567891011>>