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