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
57 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES) in read_ldt()58 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES; in read_ldt()133 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
2175 if (idx > LDT_ENTRIES) in get_segment_base()