cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

syscall-abi.h (239B)


      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