Searched refs:PAGE_MASK (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/private/
H A Dbionic_page.h20 // Get PAGE_SIZE and PAGE_MASK.
24 #define PAGE_START(x) ((x) & PAGE_MASK)
27 #define PAGE_OFFSET(x) ((x) & ~PAGE_MASK)
/bionic/libc/include/sys/
H A Duser.h39 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/bionic/tools/versioner/current/sys/
H A Duser.h39 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro

Completed in 1808 milliseconds