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