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

hyp-constants.c (180B)


      1// SPDX-License-Identifier: GPL-2.0-only
      2
      3#include <linux/kbuild.h>
      4#include <nvhe/memory.h>
      5
      6int main(void)
      7{
      8	DEFINE(STRUCT_HYP_PAGE_SIZE,	sizeof(struct hyp_page));
      9	return 0;
     10}