![]() |
|
|||
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 */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |