Home
last modified time | relevance | path

Searched refs:LDT_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/x86/kernel/
A Dldt.c35 #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()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dldt.h11 #define LDT_ENTRIES 8192 macro
/linux-6.3-rc2/arch/x86/um/
A Dldt.c64 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()
/linux-6.3-rc2/arch/x86/um/asm/
A Dmm_context.h17 ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)

Completed in 7 milliseconds