Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dldt.c42 if (size > LDT_ENTRIES) in alloc_ldt_struct()
166 if (bytecount > LDT_ENTRY_SIZE * LDT_ENTRIES) in read_ldt()
167 bytecount = LDT_ENTRY_SIZE * LDT_ENTRIES; in read_ldt()
224 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dldt.h10 #define LDT_ENTRIES 8192 macro
/linux-4.4.14/arch/x86/um/
Dldt.c61 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES) in read_ldt()
62 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES; in read_ldt()
137 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
/linux-4.4.14/arch/x86/um/asm/
Dmm_context.h17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c2225 if (idx > LDT_ENTRIES) in get_segment_base()