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

pismo.h (271B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * PISMO memory driver - http://www.pismoworld.org/
      4 */
      5#ifndef __LINUX_MTD_PISMO_H
      6#define __LINUX_MTD_PISMO_H
      7
      8struct pismo_pdata {
      9	void			(*set_vpp)(void *, int);
     10	void			*vpp_data;
     11	phys_addr_t		cs_addrs[5];
     12};
     13
     14#endif