Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsmm_test.c204 vcpu_load_state(vcpu, state); in main()
H A Dvmx_preemption_timer_test.c234 vcpu_load_state(vcpu, state); in main()
H A Dstate_test.c289 vcpu_load_state(vcpu, state); in main()
H A Dhyperv_evmcs.c222 vcpu_load_state(vcpu, state); in save_restore_vm()
H A Damx_test.c323 vcpu_load_state(vcpu, state); in main()
H A Dsync_regs_test.c196 vcpu_load_state(vcpu, state); in race_sync_regs()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h800 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state);
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1009 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state) in vcpu_load_state() function