| /system/ulib/zx/include/lib/zx/ |
| A D | vmar.h | 22 explicit vmar(zx_handle_t value) : object(value) {} in vmar() function 24 explicit vmar(handle&& h) : object(h.release()) {} in vmar() function 26 vmar(vmar&& other) : vmar(other.release()) {} in vmar() function
|
| A D | object_traits.h | 15 class vmar; variable
|
| /system/utest/core/vmar/ |
| A D | vmar.cpp | 176 zx_handle_t vmar; in destroy_root_test() local 199 zx_handle_t vmar; in basic_allocate_test() local 233 zx_handle_t vmar; in map_in_compact_test() local 276 zx_handle_t vmar; in allocate_oob_test() local 316 zx_handle_t vmar; in allocate_unsatisfiable_test() local 364 zx_handle_t vmar; in destroyed_vmar_test() local 466 zx_handle_t vmar; in map_over_destroyed_test() local 557 zx_handle_t vmar; in overmapping_test() local 662 zx_handle_t vmar; in invalid_args_test() local 850 zx_handle_t vmar; in unaligned_len_test() local [all …]
|
| /system/ulib/mini-process/ |
| A D | mini-process.c | 44 static zx_status_t prepare_stack_vmo(zx_handle_t vmar, zx_vaddr_t* stack_base, zx_vaddr_t* sp) { in prepare_stack_vmo() 80 zx_handle_t vmar, in start_mini_process_etc() 222 zx_handle_t vmar = ZX_HANDLE_INVALID; in start_mini_process() local 252 zx_status_t start_mini_process_thread(zx_handle_t thread, zx_handle_t vmar) { in start_mini_process_thread()
|
| /system/ulib/zx/ |
| A D | guest.cpp | 14 guest* guest, vmar* vmar) { in create() argument
|
| A D | process.cpp | 16 uint32_t flags, process* proc, vmar* vmar) { in create() argument
|
| /system/core/userboot/ |
| A D | bootfs.c | 16 void bootfs_mount(zx_handle_t vmar, zx_handle_t log, zx_handle_t vmo, struct bootfs *fs) { in bootfs_mount() 33 void bootfs_unmount(zx_handle_t vmar, zx_handle_t log, struct bootfs *fs) { in bootfs_unmount()
|
| A D | userboot-elf.c | 25 zx_handle_t vmar, zx_handle_t vmo, in load() 62 zx_vaddr_t elf_load_vmo(zx_handle_t log, zx_handle_t vmar, zx_handle_t vmo) { in elf_load_vmo() 145 zx_handle_t vmar, zx_handle_t thread, in elf_load_bootfs()
|
| A D | start.c | 46 zx_handle_t vmar, zx_handle_t thread, in load_child_process() 73 zx_handle_t vmar; in reserve_low_address_space() local 236 zx_handle_t vmar; in bootstrap() local
|
| /system/ulib/elfload/ |
| A D | elf-load.c | 92 zx_handle_t* vmar, in choose_load_bias() 134 zx_handle_t vmar, zx_handle_t vmo, const char vmo_name[ZX_MAX_NAME_LEN], in finish_load_segment() 201 static zx_status_t load_segment(zx_handle_t vmar, size_t vmar_offset, in load_segment() 265 zx_handle_t vmar = ZX_HANDLE_INVALID; in elf_load_map_segments() local
|
| /system/ulib/fzl/include/lib/fzl/ |
| A D | vmar-manager.h | 40 const zx::vmar& vmar() const { return vmar_; } in vmar() function
|
| /system/utest/core/interrupt/ |
| A D | interrupt-test.cpp | 177 zx::vmar vmar; in interrupt_bind_vcpu_test() local 206 zx::vmar vmar; in interrupt_bind_vcpu_not_supported_test() local 234 zx::vmar vmar; in interrupt_bind_vcpu_already_bound_test() local
|
| /system/utest/libzx/ |
| A D | traits.cpp | 133 zx::vmar vmar; in traits_test() local 262 zx::vmar vmar; in traits_test() local
|
| A D | zx-test.cpp | 224 zx::vmar vmar; in vmar_test() local
|
| /system/ulib/bootdata/ |
| A D | decompress.c | 88 static zx_status_t decompress_bootfs_vmo(zx_handle_t vmar, const uint8_t* data, in decompress_bootfs_vmo() 181 zx_status_t decompress_bootdata(zx_handle_t vmar, zx_handle_t vmo, in decompress_bootdata()
|
| /system/utest/core/object-info/ |
| A D | object-info.cpp | 63 zx_handle_t vmar; in task_stats_unstarted() local 164 zx_handle_t vmar; in get_test_process_etc() local 300 zx_handle_t vmar; in process_maps_unstarted() local 606 zx_handle_t vmar; in partially_unmapped_buffer_fails() local 825 zx_handle_t vmar; in get_test_job() local 840 zx_handle_t vmar; in get_test_job() local
|
| /system/utest/core/process/ |
| A D | process.cpp | 25 zx_handle_t vmar; in mini_process_sanity() local 150 zx_handle_t vmar; in kill_process_via_vmar_destroy() local 269 zx_handle_t vmar; in info_reflects_process_state() local
|
| /system/utest/vdso-base/ |
| A D | vdso-base.c | 114 zx_handle_t proc, vmar; in vdso_map_test() local
|
| /system/ulib/launchpad/ |
| A D | elf.c | 64 zx_status_t elf_load_finish(zx_handle_t vmar, elf_load_info_t* info, in elf_load_finish()
|
| A D | launchpad.c | 120 zx_handle_t vmar, in launchpad_create_with_process() 151 zx_handle_t vmar = ZX_HANDLE_INVALID; in launchpad_create_with_jobs() local 943 zx_handle_t vmar; in send_loader_message() local
|
| /system/utest/core/job/ |
| A D | jobs.c | 275 zx_handle_t vmar; in max_height_smoke() local
|
| /system/ulib/runtime/ |
| A D | thread.c | 114 zxr_thread_t* thread, zx_handle_t vmar, uintptr_t addr, size_t len) { in zxr_thread_exit_unmap_if_detached()
|
| /system/utest/policy/ |
| A D | job-policy.cpp | 43 zx::vmar vmar; in make_test_process() local
|
| /system/utest/hypervisor/ |
| A D | guest.cpp | 85 zx::vmar vmar; member
|
| /system/utest/core/threads/ |
| A D | threads.cpp | 290 zx_handle_t vmar; in TestThreadStartOnInitialThread() local 315 zx_handle_t vmar; in TestThreadStartWithZeroInstructionPointer() local
|