Searched refs:bottom43Bits (Results 1 – 2 of 2) sorted by relevance
582 uint64_t bottom43Bits = value & 0x000007FFFFFFFFFFULL; in rebase_chain() local583 …uint64_t targetValue = (top8Bits << 13) | (((intptr_t)(bottom43Bits << 21) >> 21) & 0x00FFFFFFFFFF… in rebase_chain()
3283 uint64_t bottom43Bits = value & 0x000007FFFFFFFFFFULL; in vm_shared_region_slide_page_v3() local3284 uint64_t targetValue = (top8Bits << 13) | bottom43Bits; in vm_shared_region_slide_page_v3()