/kernel/linux/linux-5.10/include/linux/ |
H A D | livepatch.h | 234 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, 248 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | livepatch.h | 233 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, 247 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
|
/kernel/linux/linux-6.6/kernel/livepatch/ |
H A D | core.c | 294 static int klp_write_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_write_section_relocs() argument 325 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs() 328 clear_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs() 332 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument 337 return klp_write_section_relocs(pmod, sechdrs, shstrtab, strtab, symndx, in klp_apply_section_relocs()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A 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
|
H A D | do_func.S | 272 .global pmod 273 pmod: label
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A 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
|
H A D | do_func.S | 272 .global pmod 273 pmod: label
|
/kernel/linux/linux-5.10/kernel/livepatch/ |
H A D | core.c | 292 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument 321 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_apply_section_relocs()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 574 struct module **pmod, in zcrypt_pick_queue() 584 *pmod = zq->queue->ap_dev.drv->driver.owner; in zcrypt_pick_queue() 572 zcrypt_pick_queue(struct zcrypt_card *zc, struct zcrypt_queue *zq, struct module **pmod, unsigned int weight) zcrypt_pick_queue() argument
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 577 struct module **pmod, in zcrypt_pick_queue() 587 *pmod = zq->queue->ap_dev.device.driver->owner; in zcrypt_pick_queue() 575 zcrypt_pick_queue(struct zcrypt_card *zc, struct zcrypt_queue *zq, struct module **pmod, unsigned int weight) zcrypt_pick_queue() argument
|