Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 15 lines 239 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2021 ARM Limited. 4 */ 5 6#ifndef SYSCALL_ABI_H 7#define SYSCALL_ABI_H 8 9#define SVCR_ZA_MASK 2 10#define SVCR_SM_MASK 1 11 12#define SVCR_ZA_SHIFT 1 13#define SVCR_SM_SHIFT 0 14 15#endif