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

Kconfig (409B)


      1config UACCE
      2	tristate "Accelerator Framework for User Land"
      3	depends on IOMMU_API
      4	help
      5	  UACCE provides interface for the user process to access the hardware
      6	  without interaction with the kernel space in data path.
      7
      8	  The user-space interface is described in
      9	  include/uapi/misc/uacce/uacce.h
     10
     11	  See Documentation/misc-devices/uacce.rst for more details.
     12
     13	  If you don't know what to do here, say N.