Searched refs:PAGE_L2_BITS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dggc-page.c132 PAGE_L2_BITS
136 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
145 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - G.lg_pagesize)
147 #define PAGE_L2_SIZE ((size_t) 1 << PAGE_L2_BITS)
153 (((size_t) (p) >> G.lg_pagesize) & ((1 << PAGE_L2_BITS) - 1))
143 #define PAGE_L2_BITS macro
H A Dggc-zone.c304 PAGE_L2_BITS
308 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
317 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - GGC_PAGE_SHIFT) macro
319 #define PAGE_L2_SIZE ((size_t) 1 << PAGE_L2_BITS)
325 (((size_t) (p) >> GGC_PAGE_SHIFT) & ((1 << PAGE_L2_BITS) - 1))

Completed in 44 milliseconds