Searched refs:rebaseLocation (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_shared_region.c | 3379 uint8_t* rebaseLocation = page_content; in vm_shared_region_slide_page_v3() local 3382 rebaseLocation += delta; in vm_shared_region_slide_page_v3() 3384 memcpy(&value, rebaseLocation, sizeof(value)); in vm_shared_region_slide_page_v3() 3432 uintptr_t pageOffset = rebaseLocation - page_content; in vm_shared_region_slide_page_v3() 3438 pmap_batch_sign_user_ptr(rebaseLocation, (void *)value, key, discriminator, jop_key); in vm_shared_region_slide_page_v3() 3445 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3448 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3460 memcpy(rebaseLocation, &value, sizeof(value)); in vm_shared_region_slide_page_v3() 3609 uint8_t* rebaseLocation = page_content; in vm_shared_region_slide_page_v5() local 3612 rebaseLocation += delta; in vm_shared_region_slide_page_v5() [all …]
|