Sign in
android-kvm
/
linux
/
fdaf9a5840acaab18694a19e0eb0aa51162eeeed
/
.
/
tools
/
testing
/
selftests
/
arm64
/
abi
/
syscall-abi.h
blob: bda5a87ad381494dd923078bf6b3a0467cabf123 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2021 ARM Limited.
*/
#ifndef
SYSCALL_ABI_H
#define
SYSCALL_ABI_H
#define
SVCR_ZA_MASK
2
#define
SVCR_SM_MASK
1
#define
SVCR_ZA_SHIFT
1
#define
SVCR_SM_SHIFT
0
#endif