]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/cpu_mf: add store cpu counter multiple instruction support
authorHendrik Brueckner <brueckner@linux.ibm.com>
Wed, 29 Aug 2018 15:46:06 +0000 (17:46 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 22 Feb 2019 08:19:52 +0000 (09:19 +0100)
commit778fb10ccc18b16c022be898d8497767c20ea7b5
treef2d132f5f24d47f22be234d797ff46dd40c12b12
parent17bebcc68eeea3e1189f712dcba39809ad0d7a86
s390/cpu_mf: add store cpu counter multiple instruction support

Add support for the STORE CPU COUNTER MULTIPLE instruction to extract
a range of counters from a counter set.

An assembler macro is used to create the instruction opcode because
the counter set identifier is part of the instruction and, thus,
cannot be easily specified as parameter.

Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/cpu_mf-insn.h [new file with mode: 0644]
arch/s390/include/asm/cpu_mf.h