Searched refs:page_ptr (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Dpage_tables.cpp306 pt_entry_t* page_ptr = static_cast<pt_entry_t*>(paddr_to_physmap(pa)); local
307 DEBUG_ASSERT(page_ptr);
309 arch_zero_page(page_ptr);
311 return page_ptr;
/fuchsia/zircon/kernel/vm/
H A Dvm_object_paged.cpp915 uint8_t* page_ptr = reinterpret_cast<uint8_t*>(paddr_to_physmap(pa));
918 auto err = copyfunc(page_ptr + page_offset, dest_offset, tocopy);

Completed in 38 milliseconds