![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Support for CPU-MF instructions 0004 * 0005 * Copyright IBM Corp. 2019 0006 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> 0007 */ 0008 #ifndef _ASM_S390_CPU_MF_INSN_H 0009 #define _ASM_S390_CPU_MF_INSN_H 0010 0011 #ifdef __ASSEMBLY__ 0012 0013 /* Macro to generate the STCCTM instruction with a customized 0014 * M3 field designating the counter set. 0015 */ 0016 .macro STCCTM r1 m3 db2 0017 .insn rsy,0xeb0000000017,\r1,\m3 & 0xf,\db2 0018 .endm 0019 0020 #endif /* __ASSEMBLY__ */ 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |