![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 #ifndef __ASM_PATCHING_H 0003 #define __ASM_PATCHING_H 0004 0005 #include <linux/types.h> 0006 0007 int aarch64_insn_read(void *addr, u32 *insnp); 0008 int aarch64_insn_write(void *addr, u32 insn); 0009 0010 int aarch64_insn_patch_text_nosync(void *addr, u32 insn); 0011 int aarch64_insn_patch_text(void *addrs[], u32 insns[], int cnt); 0012 0013 #endif /* __ASM_PATCHING_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |