summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/cpu_mf-insn.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-22s390/cpu_mf: add store cpu counter multiple instruction supportHendrik Brueckner1-0/+22
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>