summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/s390x/facility.c
blob: d540812d911ae3132cd2b224c10381cfcbe80119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright IBM Corp. 2024
 *
 * Authors:
 *  Hariharan Mari <hari55@linux.ibm.com>
 *
 * Contains the definition for the global variables to have the test facitlity feature.
 */

#include "facility.h"

uint64_t stfl_doublewords[NB_STFL_DOUBLEWORDS];
bool stfle_flag;