Searched refs:LDT_ENTRIES (Results 1 – 5 of 5) sorted by relevance
11 #define LDT_ENTRIES 8192 macro
70 if (num_entries > LDT_ENTRIES) in alloc_ldt_struct()407 if (bytecount > LDT_ENTRY_SIZE * LDT_ENTRIES) in read_ldt()408 bytecount = LDT_ENTRY_SIZE * LDT_ENTRIES; in read_ldt()465 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
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()
17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
70 #define LDT_SLOT_STRIDE (LDT_ENTRIES * LDT_ENTRY_SIZE)