Home
last modified time | relevance | path

Searched refs:pmod (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/livepatch/
Dcore.c264 static int klp_find_external_symbol(struct module *pmod, const char *name, in klp_find_external_symbol() argument
280 return klp_find_object_symbol(pmod->name, name, addr); in klp_find_external_symbol()
283 static int klp_write_object_relocations(struct module *pmod, in klp_write_object_relocations() argument
310 ret = klp_find_external_symbol(pmod, in klp_write_object_relocations()
320 ret = klp_write_module_reloc(pmod, reloc->type, reloc->loc, in klp_write_object_relocations()
916 struct module *pmod = patch->mod; in klp_module_notify_coming() local
923 pmod->name, mod->name, ret); in klp_module_notify_coming()
931 pmod->name, mod->name); in klp_module_notify_coming()
936 pmod->name, mod->name, ret); in klp_module_notify_coming()
943 struct module *pmod = patch->mod; in klp_module_notify_going() local
[all …]
/linux-4.4.14/arch/m68k/fpsp040/
Dtbldo.S33 |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
Ddo_func.S272 .global pmod
273 pmod: label
/linux-4.4.14/drivers/scsi/
Dgdth.c1563 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 …]
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c821 struct rsnd_ssi_platform_info *pmod, *cmod; in rsnd_dai_probe() local
847 pmod = info->dai_info[i].playback.ssi; in rsnd_dai_probe()
861 if (pmod) { in rsnd_dai_probe()
891 pmod ? "play" : " -- ", in rsnd_dai_probe()