HomeSort by: relevance | last modified time | path
    Searched defs:PAGE_L1_BITS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 103 PAGE_L1_BITS |
109 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
117 #define PAGE_L1_BITS (8)
118 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - G.lg_pagesize)
119 #define PAGE_L1_SIZE ((uintptr_t) 1 << PAGE_L1_BITS)
123 (((uintptr_t) (p) >> (32 - PAGE_L1_BITS)) & ((1 << PAGE_L1_BITS) - 1))
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 103 PAGE_L1_BITS |
109 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
117 #define PAGE_L1_BITS (8)
118 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - G.lg_pagesize)
119 #define PAGE_L1_SIZE ((uintptr_t) 1 << PAGE_L1_BITS)
123 (((uintptr_t) (p) >> (32 - PAGE_L1_BITS)) & ((1 << PAGE_L1_BITS) - 1))

Completed in 30 milliseconds