diff --git a/vmlinux/arm64/vmlinux_601.h b/vmlinux/arm64/vmlinux_601.h index 414e4eff534c56da5ca31c17f4f64449bce8539f..eddcb4a197070dfd3f955533e36f00aaed862aef 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