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

kryo-l2-accessors.h (298B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
      4 */
      5
      6#ifndef __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H
      7#define __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H
      8
      9void kryo_l2_set_indirect_reg(u64 reg, u64 val);
     10u64 kryo_l2_get_indirect_reg(u64 reg);
     11
     12#endif