KVM
Functions
hyp-constants.c File Reference
#include <linux/kbuild.h>
#include <nvhe/memory.h>
#include <nvhe/pkvm.h>
Include dependency graph for hyp-constants.c:

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 7 of file hyp-constants.c.

8 {
9  DEFINE(STRUCT_HYP_PAGE_SIZE, sizeof(struct hyp_page));
10  DEFINE(PKVM_HYP_VM_SIZE, sizeof(struct pkvm_hyp_vm));
11  DEFINE(PKVM_HYP_VCPU_SIZE, sizeof(struct pkvm_hyp_vcpu));
12  return 0;
13 }