Searched refs:LDT_ENTRIES (Results 1 – 5 of 5) sorted by relevance
42 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()
10 #define LDT_ENTRIES 8192 macro
61 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()
17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
2225 if (idx > LDT_ENTRIES) in get_segment_base()