Searched refs:PGDIR_SIZE (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A Dpgtable-32.h30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
41 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
/bionic/libc/kernel/common/asm-generic/
H A D4level-fixup.h24 #define PUD_SIZE PGDIR_SIZE
H A Dpgtable.h94 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable_32.h37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)

Completed in 3331 milliseconds