Sign in
android-kvm
/
linux
/
cd7fa3e1b0bc9c210eba23edbe8d6884f0368281
/
.
/
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