Home
last modified time | relevance | path

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

/openbmc/linux/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
153 …[29] .klp.rela.9p.text.caches.show RELA 0000000000000000 002d58 0000c0 18 AIo 6…
154 …[30] .klp.rela.btrfs.text.btrfs.feature.attr.show RELA 0000000000000000 002e18 000060 18 AIo 6…
156 …[34] .klp.rela.ext4.text.ext4.attr.store RELA 0000000000000000 002fd8 0000d8 18 AIo 6…
157 …[35] .klp.rela.ext4.text.ext4.attr.show RELA 0000000000000000 0030b0 000150 18 AIo 6…
158 …[36] .klp.rela.vmlinux.text.cmdline.proc.show RELA 0000000000000000 003200 000018 18 AIo 6…
159 …[37] .klp.rela.vmlinux.text.meminfo.proc.show RELA 0000000000000000 003218 0000f0 18 AIo 6…
[all …]
/openbmc/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh47 SAVED_DMESG=$(mktemp --tmpdir -t klp-dmesg-XXXXXX)
/openbmc/linux/include/linux/
H A Dmodule.h549 bool klp; /* Is this a livepatch module? */ member
747 return mod->klp; in is_livepatch_module()
/openbmc/linux/kernel/module/
H A Dinternal.h155 mod->klp = true; in set_livepatch_module()