Searched refs:modify_instruction (Results 1 – 2 of 2) sorted by relevance
47 modify_instruction() function replaces an add with 0 with an add with one,57 extern void modify_instruction();64 // Call prctl before first fence.i is called inside modify_instruction66 modify_instruction();80 .global modify_instruction81 modify_instruction:
131 static inline int modify_instruction(unsigned int *addr, unsigned int clr, in modify_instruction() function139 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()