/usr/src/linux-headers-5.15.0-181/arch/arm64/kvm/hyp/include/nvhe
NameSizeModeActions
early_alloc.h4370644editdlrm
gfp.h9430644editdlrm
memory.h13120644editdlrm
mem_protect.h20370644editdlrm
mm.h25950644editdlrm
spinlock.h27030644editdlrm
trap_handler.h4500644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/arm64/kvm/hyp/include/nvhe/early_alloc.h (437B)
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __KVM_HYP_EARLY_ALLOC_H #define __KVM_HYP_EARLY_ALLOC_H #include void hyp_early_alloc_init(void *virt, unsigned long size); unsigned long hyp_early_alloc_nr_used_pages(void); void *hyp_early_alloc_page(void *arg); void *hyp_early_alloc_contig(unsigned int nr_pages); extern struct kvm_pgtable_mm_ops hyp_early_alloc_mm_ops; #endif /* __KVM_HYP_EARLY_ALLOC_H */