2 * S390 guest code used in migration tests
4 * Copyright 2018 Thomas Huth, Red Hat Inc.
6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
12 #define LOADPARM_LEN 8 /* Needed for sclp.h */
18 char stack
[0x8000] __attribute__((aligned(4096)));
20 #define START_ADDRESS (1024 * 1024)
21 #define END_ADDRESS (100 * 1024 * 1024)
31 for (addr
= START_ADDRESS
; addr
< END_ADDRESS
; addr
+= 4096) {
32 *(volatile char *)addr
+= 1; /* Change pages */