kvm/hyp/hyp-constants.c (7 lines of code) (raw):

// SPDX-License-Identifier: GPL-2.0-only #include <linux/kbuild.h> #include <nvhe/memory.h> int main(void) { DEFINE(STRUCT_HYP_PAGE_SIZE, sizeof(struct hyp_page)); return 0; }