Searched refs:maps (Results 1 – 5 of 5) sorted by relevance
| /kernel/object/include/object/ |
| A D | diagnostics.h | 24 user_out_ptr<zx_info_maps_t> maps, size_t max,
|
| A D | process_dispatcher.h | 213 zx_status_t GetAspaceMaps(user_out_ptr<zx_info_maps_t> maps, size_t max,
|
| /kernel/object/ |
| A D | diagnostics.cpp | 465 VmMapBuilder(user_out_ptr<zx_info_maps_t> maps, size_t max) in VmMapBuilder() argument 466 : maps_(maps), max_(max) {} in VmMapBuilder() 526 user_out_ptr<zx_info_maps_t> maps, size_t max, in GetVmAspaceMaps() argument 541 if (maps.copy_array_to_user(&entry, 1, 0) != ZX_OK) { in GetVmAspaceMaps() 546 VmMapBuilder b(maps, max); in GetVmAspaceMaps()
|
| A D | process_dispatcher.cpp | 612 user_out_ptr<zx_info_maps_t> maps, size_t max, in GetAspaceMaps() argument 618 return GetVmAspaceMaps(aspace_, maps, max, actual, available); in GetAspaceMaps()
|
| /kernel/syscalls/ |
| A D | object.cpp | 342 auto maps = _buffer.reinterpret<zx_info_maps_t>(); in sys_object_get_info() local 345 status = process->GetAspaceMaps(maps, count, &count, &avail); in sys_object_get_info()
|
Completed in 13 milliseconds