Searched refs:MMAP2_PAGE_UNIT (Results 1 – 6 of 6) sorted by relevance
27 #ifndef MMAP2_PAGE_UNIT28 # define MMAP2_PAGE_UNIT 4096ULL macro31 #if MMAP2_PAGE_UNIT == -136 # undef MMAP2_PAGE_UNIT37 # define MMAP2_PAGE_UNIT page_unit macro43 #define MMAP_OFF_LOW_MASK (MMAP2_PAGE_UNIT - 1)
30 ((-(MMAP2_PAGE_UNIT << 1) << (8 * sizeof (off_t) - 1)))56 (off_t) (offset / MMAP2_PAGE_UNIT)); in __mmap64()
43 offset / (uint32_t) MMAP2_PAGE_UNIT); in __mmap()
23 #define MMAP2_PAGE_UNIT -1 macro
25 #define MMAP2_PAGE_UNIT -1 macro
Completed in 5 milliseconds