Searched refs:child_addr (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/fzl/ |
| A D | vmar-manager.cpp | 28 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 D | vmar.cpp | 12 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 D | vmar.h | 51 vmar* child, uintptr_t* child_addr) const;
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 654 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