Home
last modified time | relevance | path

Searched defs:patch (Results 26 – 50 of 114) sorted by relevance

12345

/openbmc/linux/include/linux/
H A Dlivepatch.h175 #define klp_for_each_object_static(patch, obj) \ argument
178 #define klp_for_each_object_safe(patch, obj, tmp_obj) \ argument
181 #define klp_for_each_object(patch, obj) \ argument
/openbmc/linux/lib/livepatch/
H A Dtest_klp_atomic_replace.c36 static struct klp_patch patch = { variable
H A Dtest_klp_callbacks_demo2.c72 static struct klp_patch patch = { variable
H A Dtest_klp_callbacks_demo.c102 static struct klp_patch patch = { variable
/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_patch.cpp50 fs::path patch = root.patch() / "TEST1"; in main() local
H A Dread_patch.cpp56 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main() local
H A Dwrite_patch_resize.cpp60 fs::path patch = root.patch() / "TEST1"; in main() local
H A Dtmpd.hpp88 fs::path patch() in patch() function in openpower::virtual_pnor::test::VpnorRoot
/openbmc/hiomapd/vpnor/test/
H A Dwrite_patch.cpp55 fs::path patch = root.patch() / "TEST1"; in main() local
H A Dread_patch.cpp57 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main() local
H A Dwrite_patch_resize.cpp63 fs::path patch = root.patch() / "TEST1"; in main() local
H A Dtmpd.hpp101 fs::path patch() in patch() function in openpower::virtual_pnor::test::VpnorRoot
/openbmc/linux/arch/riscv/kernel/
H A Dpatch.c236 struct patch_insn *patch = data; in patch_text_cb() local
260 struct patch_insn patch = { in patch_text() local
/openbmc/linux/sound/synth/emux/
H A Demux_hwdep.c23 struct soundfont_patch_info patch; in snd_emux_hwdep_load_patch() local
/openbmc/linux/samples/livepatch/
H A Dlivepatch-callbacks-demo.c179 static struct klp_patch patch = { variable
H A Dlivepatch-shadow-fix2.c113 static struct klp_patch patch = { variable
H A Dlivepatch-shadow-fix1.c154 static struct klp_patch patch = { variable
/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h42 #define SOF_ABI_VER(major, minor, patch) \ argument
/openbmc/u-boot/Documentation/sphinx/
H A Dcdomain.py47 major, minor, patch = sphinx.version_info[:3] variable
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c12 uint32_t major, minor, patch; in get_kernel_version() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument
337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbios.h22 u8 patch; member
/openbmc/phosphor-webui/app/
H A Dindex.js171 $httpProvider.defaults.headers.patch = { class in $httpProvider.defaults.headers
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py42 def blame_patch(patch): argument
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c341 struct microcode_intel *patch = NULL; in scan_microcode() local
580 struct microcode_intel *patch; in load_ucode_intel_bsp() local
594 struct microcode_intel *patch, **iup; in load_ucode_intel_ap() local

12345