On 20.03.2018 12:19, Janosch Frank wrote: > Perform Frame Management Functions (pfmf) is an instruction that sets > storage keys or clears memory for frames in the size of 4k, 1m and > 2g. Hence it's quite complex and deserves some testing. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxxxxxxx> > --- > s390x/Makefile | 1 + > s390x/pfmf.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > s390x/unittests.cfg | 3 ++ > 3 files changed, 148 insertions(+) > create mode 100644 s390x/pfmf.c Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>