![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __UM_SEGMENT_H 0003 #define __UM_SEGMENT_H 0004 0005 extern int host_gdt_entry_tls_min; 0006 0007 #define GDT_ENTRY_TLS_ENTRIES 3 0008 #define GDT_ENTRY_TLS_MIN host_gdt_entry_tls_min 0009 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1) 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |