Searched refs:read_state (Results 1 – 3 of 3) sorted by relevance
| /system/utest/hypervisor/ |
| A D | guest.cpp | 198 if (vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)) != ZX_OK) { in exception_thrown() 266 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_interrupt() 295 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_interrupt_priority() 325 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_nmi() 353 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_nmi_priority() 383 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_exception() 437 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_write_cr0() 575 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_read_write_state() 649 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_compat_mode() 721 ASSERT_EQ(test.vcpu.read_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), ZX_OK); in vcpu_vmcall()
|
| /system/ulib/zx/include/lib/zx/ |
| A D | vcpu.h | 43 zx_status_t read_state(uint32_t kind, void* buf, size_t len) const { in read_state() function
|
| A D | thread.h | 56 zx_status_t read_state(uint32_t kind, void* buffer, size_t len) const { in read_state() function
|
Completed in 5 milliseconds