Searched refs:IA32_LDT_ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance
31 if (bytecount > IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE) in read_ldt()32 bytecount = IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE; in read_ldt()
143 vma->vm_end = vma->vm_start + PAGE_ALIGN(IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE); in ia64_elf32_init()
182 ldt_size = PAGE_ALIGN(IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE); in ia32_boot_gdt_init()
446 #define IA32_LDT_ENTRY_SIZE 8 /* The size of each LDT entry. */ macro