![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * 0004 * Copyright (C) 2012 ARM Limited 0005 */ 0006 0007 #ifndef __ASM_ARM_OPCODES_SEC_H 0008 #define __ASM_ARM_OPCODES_SEC_H 0009 0010 #include <asm/opcodes.h> 0011 0012 #define __SMC(imm4) __inst_arm_thumb32( \ 0013 0xE1600070 | (((imm4) & 0xF) << 0), \ 0014 0xF7F08000 | (((imm4) & 0xF) << 16) \ 0015 ) 0016 0017 #endif /* __ASM_ARM_OPCODES_SEC_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |