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