Searched refs:CodePatchInfo (Results 1 – 4 of 4) sorted by relevance
11 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()
41 struct CodePatchInfo { struct42 void (*apply_func)(const CodePatchInfo* patch); argument
22 void x86_memcpy_select(const CodePatchInfo* patch) { in x86_memcpy_select()44 void x86_memset_select(const CodePatchInfo* patch) { in x86_memset_select()
28 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