Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dsmm_test.c203 vcpu_load_state(vcpu, state); in main()
H A Dvmx_preemption_timer_test.c233 vcpu_load_state(vcpu, state); in main()
H A Dhyperv_evmcs.c221 vcpu_load_state(vcpu, state); in save_restore_vm()
H A Dstate_test.c283 vcpu_load_state(vcpu, state); in main()
H A Damx_test.c304 vcpu_load_state(vcpu, state); in main()
H A Dsync_regs_test.c194 vcpu_load_state(vcpu, state); in race_sync_regs()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h865 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state);
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c1122 void vcpu_load_state(struct kvm_vcpu *vcpu, struct kvm_x86_state *state) in vcpu_load_state() function