Home
last modified time | relevance | path

Searched refs:IA32_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ia64/ia32/
Dia32_support.c30 struct page *ia32_shared_page[(2*IA32_PAGE_SIZE + PAGE_SIZE - 1)/PAGE_SIZE];
45 limit = IA32_PAGE_SIZE / sizeof(ia32_gdt[0]); in load_desc()
128 tss = ia32_gdt + IA32_PAGE_SIZE/sizeof(ia32_gdt[0]); in ia32_gdt_init()
130 if (IA32_PAGE_SIZE == PAGE_SIZE) { in ia32_gdt_init()
Dbinfmt_elf32.c89 vma->vm_end = vma->vm_start + max(PAGE_SIZE, 2*IA32_PAGE_SIZE); in ia64_elf32_init()
160 regs->r31 = IA32_SEG_UNSCRAMBLE(IA32_SEG_DESCRIPTOR(IA32_GDT_OFFSET, IA32_PAGE_SIZE - 1, in ia64_elf32_init()
/linux-2.4.37.9/include/asm-ia64/
Dia32.h38 #define IA32_PAGE_SIZE (1UL << IA32_PAGE_SHIFT) macro
39 #define IA32_PAGE_MASK (~(IA32_PAGE_SIZE - 1))
40 #define IA32_PAGE_ALIGN(addr) (((addr) + IA32_PAGE_SIZE - 1) & IA32_PAGE_MASK)
380 #define ELF_EXEC_PAGESIZE IA32_PAGE_SIZE