Searched refs:_zx_vmar_root_self (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/zircon/
H A Dinternal.c4 #undef _zx_vmar_root_self macro
19 zx_handle_t _zx_vmar_root_self(void) { function
23 __attribute__((weak, alias("_zx_vmar_root_self")));
/fuchsia/zircon/system/public/zircon/
H A Dprocess.h27 zx_handle_t _zx_vmar_root_self(void);
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_detach.c12 _zx_vmar_unmap(_zx_vmar_root_self(),
H A Dpthread_join.c9 _zx_vmar_unmap(_zx_vmar_root_self(),
H A Dpthread_create.c37 _zx_vmar_unmap(_zx_vmar_root_self(),
119 zxr_thread_exit_unmap_if_detached(&self->zxr_thread, _zx_vmar_root_self(),
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dzircon_impl.h12 #define _zx_vmar_root_self() (__zircon_vmar_root_self + 0) macro
/fuchsia/zircon/third_party/ulib/musl/src/mman/
H A Dmunmap.c10 zx_status_t status = _zx_vmar_unmap(_zx_vmar_root_self(), ptr, len);
H A Dmprotect.c15 zx_status_t status = _zx_vmar_protect(_zx_vmar_root_self(), zx_prot, ptr, len);
H A Dmmap.c51 status = _zx_object_get_info(_zx_vmar_root_self(), ZX_INFO_VMAR, &info,
75 status = _zx_vmar_map(_zx_vmar_root_self(), zx_options, offset, vmo, fd_off, len, &ptr);
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c163 if (map_block(_zx_vmar_root_self(), vmo, 0, tcb_size, PAGE_SIZE, PAGE_SIZE,
192 if (map_block(_zx_vmar_root_self(), vmo,
195 _zx_vmar_unmap(_zx_vmar_root_self(),
201 if (map_block(_zx_vmar_root_self(), vmo,
204 _zx_vmar_unmap(_zx_vmar_root_self(),
207 _zx_vmar_unmap(_zx_vmar_root_self(),
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dpages.c395 zx_status_t status = _zx_vmar_allocate(_zx_vmar_root_self(), vmar_flags, 0,
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c208 status = _zx_vmar_map(_zx_vmar_root_self(),

Completed in 107 milliseconds