Searched refs:get_page (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dpmm_arena.h40 vm_page_t* get_page(size_t index) { return &page_array_[index]; } function in class:PmmArena
H A Dpmm_node.h92 return a.get_page(index);
H A Dpmm_arena.cpp94 return get_page(index);
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmexit.cpp830 static zx_status_t get_page(const AutoVmcs& vmcs, hypervisor::GuestPhysicalAddressSpace* gpas, function
862 zx_status_t status = get_page(vmcs, gpas, guest_vaddr, &pa);
875 status = get_page(vmcs, gpas, guest_vaddr + size, &pa);

Completed in 83 milliseconds