Home
last modified time | relevance | path

Searched refs:bottom43Bits (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/mach/
H A Ddyld_kernel_fixups.h582 uint64_t bottom43Bits = value & 0x000007FFFFFFFFFFULL; in rebase_chain() local
583 …uint64_t targetValue = (top8Bits << 13) | (((intptr_t)(bottom43Bits << 21) >> 21) & 0x00FFFFFFFFFF… in rebase_chain()
/xnu-8796.121.2/osfmk/vm/
H A Dvm_shared_region.c3253 uint64_t bottom43Bits = value & 0x000007FFFFFFFFFFULL; in vm_shared_region_slide_page_v3() local
3254 uint64_t targetValue = (top8Bits << 13) | bottom43Bits; in vm_shared_region_slide_page_v3()