]> Git Repo - linux.git/blob - arch/arm64/kvm/hyp/hyp-constants.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arm64 / kvm / hyp / hyp-constants.c
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include <linux/kbuild.h>
4 #include <nvhe/memory.h>
5 #include <nvhe/pkvm.h>
6
7 int main(void)
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 }
This page took 0.030685 seconds and 4 git commands to generate.