Home
last modified time | relevance | path

Searched refs:modify_instruction (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/arch/riscv/
Dcmodx.rst47 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_instruction
66 modify_instruction();
80 .global modify_instruction
81 modify_instruction:
/linux-6.12.1/arch/powerpc/include/asm/
Dcode-patching.h131 static inline int modify_instruction(unsigned int *addr, unsigned int clr, in modify_instruction() function
139 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()