Home
last modified time | relevance | path

Searched refs:vcpu_load_state (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_nested_la57_state_test.c124 vcpu_load_state(vcpu, state); in main()
H A Dsmm_test.c180 vcpu_load_state(vcpu, state); in main()
H A Dvmx_preemption_timer_test.c233 vcpu_load_state(vcpu, state); in main()
H A Dstate_test.c283 vcpu_load_state(vcpu, state); in main()
H A Dhyperv_evmcs.c221 vcpu_load_state(vcpu, state); in save_restore_vm()
H A Damx_test.c321 vcpu_load_state(vcpu, state); in main()
H A Dsync_regs_test.c194 vcpu_load_state(vcpu, state); in race_sync_regs()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h889 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state);
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c1279 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state) in vcpu_load_state() function