Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ARCH_X86_TLBBATCH_H
0003 #define _ARCH_X86_TLBBATCH_H
0004 
0005 #include <linux/cpumask.h>
0006 
0007 struct arch_tlbflush_unmap_batch {
0008     /*
0009      * Each bit set is a CPU that potentially has a TLB entry for one of
0010      * the PFNs being flushed..
0011      */
0012     struct cpumask cpumask;
0013 };
0014 
0015 #endif /* _ARCH_X86_TLBBATCH_H */