1 // SPDX-License-Identifier: GPL-2.0-only
3 #include <linux/kbuild.h>
4 #include <nvhe/memory.h>
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
));