Home
last modified time | relevance | path

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

/arch/ia64/ia32/
Dia32priv.h19 #define IA32_PAGE_SIZE (1UL << IA32_PAGE_SHIFT) macro
20 #define IA32_PAGE_MASK (~(IA32_PAGE_SIZE - 1))
21 #define IA32_PAGE_ALIGN(addr) (((addr) + IA32_PAGE_SIZE - 1) & IA32_PAGE_MASK)
311 #define ELF_EXEC_PAGESIZE IA32_PAGE_SIZE
Dbinfmt_elf32.c184 regs->r31 = IA32_SEG_UNSCRAMBLE(IA32_SEG_DESCRIPTOR(IA32_GDT_OFFSET, IA32_PAGE_SIZE - 1, in ia64_elf32_init()
Dia32_support.c48 limit = IA32_PAGE_SIZE / sizeof(ia32_boot_gdt[0]); in load_desc()
Dsys_ia32.c382 start_bit = (start % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_set_pp()
383 end_bit = (end % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_set_pp()
385 end_bit = PAGE_SIZE / IA32_PAGE_SIZE; in __ia32_set_pp()
396 PAGE_SIZE/IA32_PAGE_SIZE) { in __ia32_set_pp()
473 start_bit = (start % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_unset_pp()
474 end_bit = (end % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_unset_pp()
476 end_bit = PAGE_SIZE / IA32_PAGE_SIZE; in __ia32_unset_pp()
503 for (i = end_bit; i < PAGE_SIZE / IA32_PAGE_SIZE; i++) in __ia32_unset_pp()
580 start_bit = (start % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_compare_pp()
581 end_bit = (end % PAGE_SIZE) / IA32_PAGE_SIZE; in __ia32_compare_pp()