Searched refs:rebaseLocation (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_shared_region.c | 3374 uint8_t* rebaseLocation = page_content; in vm_shared_region_slide_page_v3() local 3377 rebaseLocation += delta; in vm_shared_region_slide_page_v3() 3379 memcpy(&value, rebaseLocation, sizeof(value)); in vm_shared_region_slide_page_v3() 3427 uintptr_t pageOffset = rebaseLocation - page_content; in vm_shared_region_slide_page_v3() 3433 pmap_batch_sign_user_ptr(rebaseLocation, (void *)value, key, discriminator, jop_key); in vm_shared_region_slide_page_v3() 3440 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3443 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3455 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3604 uint8_t* rebaseLocation = page_content; in vm_shared_region_slide_page_v5() local 3607 rebaseLocation += delta; in vm_shared_region_slide_page_v5() [all …]
|