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

fake_mem.h (280B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __EFI_FAKE_MEM_H__
      3#define __EFI_FAKE_MEM_H__
      4#include <asm/efi.h>
      5
      6#define EFI_MAX_FAKEMEM CONFIG_EFI_MAX_FAKE_MEM
      7
      8extern struct efi_mem_range efi_fake_mems[EFI_MAX_FAKEMEM];
      9extern int nr_fake_mem;
     10#endif /* __EFI_FAKE_MEM_H__ */