Home
last modified time | relevance | path

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

/arch/ia64/ia32/
Dia32_ldt.c31 if (bytecount > IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE) in read_ldt()
32 bytecount = IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE; in read_ldt()
Dbinfmt_elf32.c143 vma->vm_end = vma->vm_start + PAGE_ALIGN(IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE); in ia64_elf32_init()
Dia32_support.c182 ldt_size = PAGE_ALIGN(IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE); in ia32_boot_gdt_init()
Dia32priv.h446 #define IA32_LDT_ENTRY_SIZE 8 /* The size of each LDT entry. */ macro