Home
last modified time | relevance | path

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

/kernel/lib/code_patching/
A Dcode_patching.cpp11 extern const CodePatchInfo __start_code_patch_table[];
12 extern const CodePatchInfo __stop_code_patch_table[];
15 for (const CodePatchInfo* patch = __start_code_patch_table; in apply_startup_code_patches()
/kernel/lib/code_patching/include/lib/
A Dcode_patching.h41 struct CodePatchInfo { struct
42 void (*apply_func)(const CodePatchInfo* patch); argument
/kernel/lib/libc/string/arch/x86/
A Dselector.cpp22 void x86_memcpy_select(const CodePatchInfo* patch) { in x86_memcpy_select()
44 void x86_memset_select(const CodePatchInfo* patch) { in x86_memset_select()
/kernel/arch/x86/
A Duser_copy.cpp28 void fill_out_stac_instruction(const CodePatchInfo* patch) { in fill_out_stac_instruction()
39 void fill_out_clac_instruction(const CodePatchInfo* patch) { in fill_out_clac_instruction()

Completed in 9 milliseconds