Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dldt.c41 size = LDT_ENTRIES*LDT_ENTRY_SIZE; in read_ldt()
79 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
94 void * segments = vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE); in write_ldt()
98 memset(segments, 0, LDT_ENTRIES*LDT_ENTRY_SIZE); in write_ldt()
Dprocess.c492 ldt = vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE); in copy_segments()
496 memcpy(ldt, old_ldt, LDT_ENTRIES*LDT_ENTRY_SIZE); in copy_segments()
/linux-2.4.37.9/arch/i386/kernel/
Dldt.c129 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES) in read_ldt()
130 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES; in read_ldt()
184 if (ldt_info.entry_number >= LDT_ENTRIES) in write_ldt()
/linux-2.4.37.9/include/asm-i386/
Dldt.h10 #define LDT_ENTRIES 8192 macro
/linux-2.4.37.9/include/asm-x86_64/
Dldt.h10 #define LDT_ENTRIES 8192 macro
Ddesc.h152 set_ldt_desc(cpu, segments, LDT_ENTRIES); in load_LDT()