Searched refs:KVM_GET_NESTED_STATE (Results 1 – 3 of 3) sorted by relevance
1124 r = ioctl(vcpu->fd, KVM_GET_NESTED_STATE, &state->nested); in vcpu_save_state()
1293 ret = ioctl(vcpu->fd, KVM_GET_NESTED_STATE, state); in vcpu_nested_state_get()
1538 #define KVM_GET_NESTED_STATE _IOWR(KVMIO, 0xbe, struct kvm_nested_state) macro