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