Home
last modified time | relevance | path

Searched refs:LDT_ENTRIES (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/uapi/asm/
Dldt.h10 #define LDT_ENTRIES 8192 macro
/arch/x86/kernel/
Dldt.c54 if (size > LDT_ENTRIES) in alloc_ldt_struct()
182 if (bytecount > LDT_ENTRY_SIZE * LDT_ENTRIES) in read_ldt()
183 bytecount = LDT_ENTRY_SIZE * LDT_ENTRIES; in read_ldt()
240 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
/arch/x86/um/asm/
Dmm_context.h17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
/arch/x86/um/
Dldt.c62 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES) in read_ldt()
63 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES; in read_ldt()
138 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
/arch/x86/kernel/cpu/
Dperf_event.c2241 if (idx > LDT_ENTRIES) in get_segment_base()