From 6061921c9695b3c037bf3b5279f8a1e7938a938d Mon Sep 17 00:00:00 2001 From: Wangjunqi123 Date: Thu, 27 Jul 2023 08:58:27 +0800 Subject: [PATCH] define the structs of tlbflush_unmap_batch and page --- vmlinux/arm64/vmlinux_601.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vmlinux/arm64/vmlinux_601.h b/vmlinux/arm64/vmlinux_601.h index 414e4eff..eddcb4a1 100644 --- a/vmlinux/arm64/vmlinux_601.h +++ b/vmlinux/arm64/vmlinux_601.h @@ -626,4 +626,14 @@ struct mutex { struct list_head wait_list; void *magic; struct lockdep_map dep_map; +}; + +struct tlbflush_unmap_batch {}; + +struct page; + +struct page_frag { + struct page *page; + __u32 offset; + __u32 size; }; \ No newline at end of file -- Gitee