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

/bionic/libc/kernel/common/asm-generic/
H A D4level-fixup.h25 #define PUD_MASK PGDIR_MASK
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-mips/asm/
H A Dpgtable-32.h31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable_32.h39 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro

Completed in 630 milliseconds