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

intel_llc.h (261B)


      1/* SPDX-License-Identifier: MIT */
      2/*
      3 * Copyright © 2019 Intel Corporation
      4 */
      5
      6#ifndef INTEL_LLC_H
      7#define INTEL_LLC_H
      8
      9struct intel_llc;
     10
     11void intel_llc_enable(struct intel_llc *llc);
     12void intel_llc_disable(struct intel_llc *llc);
     13
     14#endif /* INTEL_LLC_H */