Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/selftests/kvm/lib/s390/facility.c
49750 views
1
// SPDX-License-Identifier: GPL-2.0-only
2
/*
3
* Copyright IBM Corp. 2024
4
*
5
* Authors:
6
* Hariharan Mari <[email protected]>
7
*
8
* Contains the definition for the global variables to have the test facitlity feature.
9
*/
10
11
#include "facility.h"
12
13
uint64_t stfl_doublewords[NB_STFL_DOUBLEWORDS];
14
bool stfle_flag;
15
16