xref: /linux/arch/riscv/include/asm/tlbbatch.h (revision bd128f62c365504e1268dc09fcccdfb1f091e93a)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2023 Rivos Inc.
4  */
5 
6 #ifndef _ASM_RISCV_TLBBATCH_H
7 #define _ASM_RISCV_TLBBATCH_H
8 
9 #include <linux/cpumask.h>
10 
11 struct arch_tlbflush_unmap_batch {
12 	struct cpumask cpumask;
13 };
14 
15 #endif /* _ASM_RISCV_TLBBATCH_H */
16