Searched refs:WriteState (Results 1 – 10 of 10) sorted by relevance
| /kernel/object/ |
| A D | vcpu_dispatcher.cpp | 61 zx_status_t VcpuDispatcher::WriteState(uint32_t kind, const void* buffer, size_t len) { in WriteState() function in VcpuDispatcher 63 return vcpu_->WriteState(kind, buffer, len); in WriteState()
|
| A D | thread_dispatcher.cpp | 953 zx_status_t ThreadDispatcher::WriteState(zx_thread_state_topic_t state_kind, in WriteState() function in ThreadDispatcher
|
| /kernel/object/include/object/ |
| A D | vcpu_dispatcher.h | 33 zx_status_t WriteState(uint32_t kind, const void* buffer, size_t len);
|
| A D | thread_dispatcher.h | 158 zx_status_t WriteState(zx_thread_state_topic_t state_kind, const void* buffer,
|
| /kernel/arch/x86/include/arch/ |
| A D | hypervisor.h | 96 zx_status_t WriteState(uint32_t kind, const void* buf, size_t len);
|
| /kernel/arch/arm64/include/arch/ |
| A D | hypervisor.h | 112 zx_status_t WriteState(uint32_t kind, const void* buf, size_t len);
|
| /kernel/syscalls/ |
| A D | hypervisor.cpp | 157 return vcpu->WriteState(kind, buffer, buffer_size); in sys_vcpu_write_state()
|
| A D | task.cpp | 278 return thread->WriteState(static_cast<zx_thread_state_topic_t>(kind), &local_buffer, in sys_thread_write_state()
|
| /kernel/arch/arm64/hypervisor/ |
| A D | vcpu.cpp | 285 zx_status_t Vcpu::WriteState(uint32_t kind, const void* buf, size_t len) { in WriteState() function in Vcpu
|
| /kernel/arch/x86/hypervisor/ |
| A D | vcpu.cpp | 856 zx_status_t Vcpu::WriteState(uint32_t kind, const void* buf, size_t len) { in WriteState() function in Vcpu
|
Completed in 32 milliseconds