Home
last modified time | relevance | path

Searched refs:child_addr (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fzl/
A Dvmar-manager.cpp28 uintptr_t child_addr; in Create() local
30 res = zx_vmar_allocate(p, options, 0, size, ret->vmar_.reset_and_get_address(), &child_addr); in Create()
36 ret->start_ = reinterpret_cast<void*>(child_addr); in Create()
/system/ulib/zx/
A Dvmar.cpp12 vmar* child, uintptr_t* child_addr) const { in allocate()
16 get(), options, offset, size, h.reset_and_get_address(), child_addr); in allocate()
/system/ulib/zx/include/lib/zx/
A Dvmar.h51 vmar* child, uintptr_t* child_addr) const;
/system/public/zircon/
A Dsyscalls.abigen654 child_vmar: zx_handle_t handle_acquire, child_addr: zx_vaddr_t);
675 child_vmar: zx_handle_t handle_acquire, child_addr: zx_vaddr_t);

Completed in 7 milliseconds