18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ARCH_X86_TLBBATCH_H 38c2ecf20Sopenharmony_ci#define _ARCH_X86_TLBBATCH_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/cpumask.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cistruct arch_tlbflush_unmap_batch { 88c2ecf20Sopenharmony_ci /* 98c2ecf20Sopenharmony_ci * Each bit set is a CPU that potentially has a TLB entry for one of 108c2ecf20Sopenharmony_ci * the PFNs being flushed.. 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci struct cpumask cpumask; 138c2ecf20Sopenharmony_ci}; 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _ARCH_X86_TLBBATCH_H */ 16