diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/kvm_host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 2b081ed44fdb..b9230490d777 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -495,9 +495,9 @@ int emulator_set_dr(struct x86_emulate_ctxt *ctxt, int dr, | |||
495 | int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int reason); | 495 | int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int reason); |
496 | 496 | ||
497 | void kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0); | 497 | void kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0); |
498 | void kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr0); | 498 | void kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3); |
499 | void kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr0); | 499 | void kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4); |
500 | void kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr0); | 500 | void kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8); |
501 | unsigned long kvm_get_cr8(struct kvm_vcpu *vcpu); | 501 | unsigned long kvm_get_cr8(struct kvm_vcpu *vcpu); |
502 | void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw); | 502 | void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw); |
503 | void kvm_get_cs_db_l_bits(struct kvm_vcpu *vcpu, int *db, int *l); | 503 | void kvm_get_cs_db_l_bits(struct kvm_vcpu *vcpu, int *db, int *l); |