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

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 105 PAGE_L2_BITS
109 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
118 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - G.lg_pagesize)
120 #define PAGE_L2_SIZE ((uintptr_t) 1 << PAGE_L2_BITS)
126 (((uintptr_t) (p) >> G.lg_pagesize) & ((1 << PAGE_L2_BITS) - 1))
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 105 PAGE_L2_BITS
109 significant PAGE_L2_BITS and PAGE_L1_BITS are the second and first
118 #define PAGE_L2_BITS (32 - PAGE_L1_BITS - G.lg_pagesize)
120 #define PAGE_L2_SIZE ((uintptr_t) 1 << PAGE_L2_BITS)
126 (((uintptr_t) (p) >> G.lg_pagesize) & ((1 << PAGE_L2_BITS) - 1))

Completed in 25 milliseconds