Searched refs:IA32_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
30 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()
89 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()
38 #define IA32_PAGE_SIZE (1UL << IA32_PAGE_SHIFT) macro39 #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