Searched refs:LDT_ENTRIES (Results 1 – 4 of 4) sorted by relevance
35 #define LDT_SLOT_STRIDE (LDT_ENTRIES * LDT_ENTRY_SIZE)154 if (num_entries > LDT_ENTRIES) in alloc_ldt_struct()513 if (bytecount > LDT_ENTRY_SIZE * LDT_ENTRIES) in read_ldt()514 bytecount = LDT_ENTRY_SIZE * LDT_ENTRIES; in read_ldt()593 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
11 #define LDT_ENTRIES 8192 macro
64 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES) in read_ldt()65 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES; in read_ldt()140 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)
Completed in 7 milliseconds