Searched refs:next_page (Results 1 – 3 of 3) sorted by relevance
152 char *next_page = exclaves_panic_buffer_pages[0]; in exclaves_panic_buffer_sync() local156 next_page = exclaves_panic_buffer_pages[i] != 0 ? in exclaves_panic_buffer_sync()157 exclaves_panic_buffer_pages[i] : next_page + PAGE_SIZE; in exclaves_panic_buffer_sync()159 (void)memcpy(panic_buffer, next_page, nbytes); in exclaves_panic_buffer_sync()
1719 uintptr_t next_page = round_page((uintptr_t)panic_data); in kdp_send_crashdump_pkt() local1721 if ((next_page - ((uintptr_t) panic_data)) < length) { in kdp_send_crashdump_pkt()1722 uint64_t resid = length - (next_page - (intptr_t) panic_data); in kdp_send_crashdump_pkt()1723 …if (!kdp_machine_vm_read((mach_vm_address_t)(uintptr_t)next_page, (caddr_t) th->th_data + (length … in kdp_send_crashdump_pkt()
3632 vm_page_t next_page; in vm_page_lookup() local3634 next_page = (vm_page_t)((uintptr_t)qe); in vm_page_lookup()3635 assert(VM_PAGE_OBJECT(next_page) == object); in vm_page_lookup()3637 if (next_page->vmp_offset == offset) { in vm_page_lookup()3638 object->memq_hint = next_page; /* new hint */ in vm_page_lookup()3642 return next_page; in vm_page_lookup()