Home
last modified time | relevance | path

Searched refs:ZX_VCPU_STATE (Results 1 – 2 of 2) sorted by relevance

/system/utest/hypervisor/
A Dguest.cpp198 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()
570 ASSERT_EQ(test.vcpu.write_state(ZX_VCPU_STATE, &vcpu_state, sizeof(vcpu_state)), in vcpu_read_write_state()
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()
[all …]
/system/public/zircon/syscalls/
A Dhypervisor.h23 #define ZX_VCPU_STATE ((zx_vcpu_t) 0u) macro

Completed in 4 milliseconds