Home
last modified time | relevance | path

Searched refs:klp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/livepatch/
H A Dmodule-elf-format.rst120 .klp.rela.objname.section_name
126 The relocation section name is prefixed with the string ".klp.rela."
142 .klp.rela.ext4.text.ext4_attr_store
143 .klp.rela.vmlinux.text.cmdline_proc_show
226 This rela refers to the symbol '.klp.sym.vmlinux.printk,0', and the symbol
234 94: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.printk,0
246 .klp.sym.objname.symbol_name,sympos
252 The symbol name is prefixed with the string ".klp.sym."
274 .klp.sym.vmlinux.snprintf,0
275 .klp.sym.vmlinux.printk,0
[all …]
/linux-6.15/include/linux/
H A Dmodule.h565 bool klp; /* Is this a livepatch module? */ member
773 return mod->klp; in is_livepatch_module()
/linux-6.15/kernel/module/
H A Dinternal.h151 mod->klp = true; in set_livepatch_module()