Searched refs:pmod (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/kernel/livepatch/ |
D | core.c | 263 static int klp_find_external_symbol(struct module *pmod, const char *name, in klp_find_external_symbol() argument 279 return klp_find_object_symbol(pmod->name, name, addr); in klp_find_external_symbol() 282 static int klp_write_object_relocations(struct module *pmod, in klp_write_object_relocations() argument 303 ret = klp_find_external_symbol(pmod, in klp_write_object_relocations() 313 ret = klp_write_module_reloc(pmod, reloc->type, reloc->loc, in klp_write_object_relocations() 897 struct module *pmod = patch->mod; in klp_module_notify_coming() local 909 pmod->name, mod->name); in klp_module_notify_coming() 917 pmod->name, mod->name, ret); in klp_module_notify_coming() 923 struct module *pmod = patch->mod; in klp_module_notify_going() local 930 pmod->name, mod->name); in klp_module_notify_going()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | tbldo.S | 33 |xref pmod,prem,pscale 346 .long pmod |$21-0 fmod all 347 .long pmod |$21-1 fmod all 348 .long pmod |$21-2 fmod all 349 .long pmod |$21-3 fmod all 350 .long pmod |$21-4 fmod all
|
D | do_func.S | 272 .global pmod 273 pmod: label
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 623 struct rsnd_ssi_platform_info *pmod, *cmod; in rsnd_dai_probe() local 649 pmod = info->dai_info[i].playback.ssi; in rsnd_dai_probe() 663 if (pmod) { in rsnd_dai_probe() 693 pmod ? "play" : " -- ", in rsnd_dai_probe()
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.c | 1563 gdth_perf_modes *pmod; in gdth_search_drives() local 1638 pmod = (gdth_perf_modes *)ha->pscratch; in gdth_search_drives() 1639 pmod->version = 1; in gdth_search_drives() 1640 pmod->st_mode = 1; /* enable one status buffer */ in gdth_search_drives() 1641 *((u64 *)&pmod->st_buff_addr1) = ha->coal_stat_phys; in gdth_search_drives() 1642 pmod->st_buff_indx1 = COALINDEX; in gdth_search_drives() 1643 pmod->st_buff_addr2 = 0; in gdth_search_drives() 1644 pmod->st_buff_u_addr2 = 0; in gdth_search_drives() 1645 pmod->st_buff_indx2 = 0; in gdth_search_drives() 1646 pmod->st_buff_size = sizeof(gdth_coal_status) * MAXOFFSETS; in gdth_search_drives() [all …]
|