Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlivepatch.h213 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs,
227 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
/linux/arch/m68k/fpsp040/
H A 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
H A Ddo_func.S272 .global pmod
273 pmod: label
/linux/kernel/livepatch/
H A Dcore.c298 static int klp_write_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_write_section_relocs() argument
329 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs()
332 clear_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs()
336 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
341 return klp_write_section_relocs(pmod, sechdrs, shstrtab, strtab, symndx, in klp_apply_section_relocs()
/linux/arch/arm64/boot/dts/renesas/
H A DMakefile153 dtb-$(CONFIG_ARCH_R9A07G043) += r9a07g043-smarc-pmod.dtbo
158 r9a07g043u11-smarc-pmod-dtbs := r9a07g043u11-smarc.dtb r9a07g043-smarc-pmod.dtbo
159 dtb-$(CONFIG_ARCH_R9A07G043) += r9a07g043u11-smarc-pmod.dtb
/linux/kernel/trace/
H A Dtrace_fprobe.c132 static struct tracepoint_user *tracepoint_user_find_get(const char *name, struct module **pmod) in tracepoint_user_find_get() argument
138 if (!name || !pmod) in tracepoint_user_find_get()
149 *pmod = no_free_ptr(mod); in tracepoint_user_find_get()
157 *pmod = no_free_ptr(mod); in tracepoint_user_find_get()
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c578 struct module **pmod, in zcrypt_pick_queue() argument
589 *pmod = zq->queue->ap_dev.device.driver->owner; in zcrypt_pick_queue()