Searched defs:PAGE_MASK (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Dpage.h17 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/bionic/libc/kernel/arch-x86/asm/
H A Dpage_32.h17 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/bionic/libc/kernel/arch-sh/asm/
H A Dpage.h20 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
21 #define PTE_MASK PAGE_MASK
/bionic/linker/
H A Dlinker.h36 #undef PAGE_MASK macro
39 #define PAGE_MASK 4095 macro

Completed in 538 milliseconds